From: Todd C. Miller Date: Fri, 27 Aug 1999 14:03:19 +0000 (+0000) Subject: add missing semicolon X-Git-Tag: SUDO_1_6_0~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff5f9b3909642fbe68132725d8d173988274c31;p=sudo add missing semicolon --- diff --git a/version.c b/version.c index 01e1da4a8..7755a790c 100644 --- a/version.c +++ b/version.c @@ -204,7 +204,7 @@ print_version() #endif #ifdef SHELL_IF_NO_ARGS - puts("When invoked with no arguments sudo will start a shell") + puts("When invoked with no arguments sudo will start a shell"); #endif #ifdef SHELL_SETS_HOME