]> granicus.if.org Git - sudo/commitdiff
comments in #endif
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Jun 1994 18:26:36 +0000 (18:26 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Jun 1994 18:26:36 +0000 (18:26 +0000)
visudo.c

index 49ed936bb4ea8e46a004f843e8c127e6d925376d..32f8a21951815ce07b246c6da793dbf004dbc34b 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -99,7 +99,7 @@ main(argc, argv)
 #endif /* ENV_EDITOR */
 #ifdef POSIX_SIGNALS
     struct sigaction action;
-#endif POSIX_SIGNALS
+#endif /* POSIX_SIGNALS */
 
     Argv = argv;
 
@@ -144,7 +144,7 @@ main(argc, argv)
     (void) signal(SIGHUP, SIG_IGN);
     (void) signal(SIGINT, SIG_IGN);
     (void) signal(SIGQUIT, SIG_IGN);
-#endif POSIX_SIGNALS
+#endif /* POSIX_SIGNALS */
 
     setbuf(stderr, NULL);