From d974b88bf55ef5d9a95606f05bd83b1f73acbf3c Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 4 Aug 1995 05:05:21 +0000 Subject: [PATCH] missed a #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6407 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/pty/cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2