From 3cc02be8aa3b00f77aad2ce7edc61e4bb8572877 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 18 Sep 2009 13:18:03 +0000 Subject: [PATCH] Fix comment after #endif --- script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.c b/script.c index 594391232..4eeae869d 100644 --- a/script.c +++ b/script.c @@ -617,7 +617,7 @@ posix_openpt(oflag) # endif return(fd); } -# endif HAVE_POSIX_OPENPT +# endif /* HAVE_POSIX_OPENPT */ static int get_pty(master, slave)