]> granicus.if.org Git - sudo/commitdiff
fixed comments
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 1 Sep 1995 04:50:07 +0000 (04:50 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 1 Sep 1995 04:50:07 +0000 (04:50 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index e3fdcbb201501a942b23522f8bc4b5295ad6ba9f..4a2641639772f057f3725fedab5278d5eca03b92 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -483,7 +483,7 @@ static int parse_args()
 #else
     if (Argc < 2)                      /* no options and no command */
        usage(1);
-#endif
+#endif /* SHELL_IF_NO_ARGS */
 
     while (Argc > 1 && Argv[1][0] == '-') {
        if (Argv[1][1] != '\0' && Argv[1][2] != '\0') {
@@ -696,7 +696,7 @@ static void load_cmnd(sudo_mode)
        }
        *(pos - 1) = '\0';
 
-       /* Let's not be wasteful with our memory */
+       /* Let's not be wasteful with our memory... */
        if ((pos = realloc(cmnd_args, args_size - args_remainder)))
            cmnd_args = pos;
     }