summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/pty/cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/pty/cleanup.c b/src/util/pty/cleanup.c
index 8d4463b27..f63cbf084 100644
--- a/src/util/pty/cleanup.c
+++ b/src/util/pty/cleanup.c
@@ -69,5 +69,5 @@ long pty_cleanup (slave, pid, update_utmp)
ptyint_vhangup();
return 0;
#endif
- #endif
+#endif
}