From: nekral-guest Date: Sat, 30 Jul 2011 01:41:56 +0000 (+0000) Subject: * src/newgrp.c: Fix typo in notreached annotation. X-Git-Tag: 4.1.5~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934bfa596929bd84c30c42278e050495ba9aa7e8;p=thirdparty%2Fshadow.git * src/newgrp.c: Fix typo in notreached annotation. --- diff --git a/ChangeLog b/ChangeLog index 04cb863fe..b8e5ab4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-07-30 Nicolas François + + * src/newgrp.c: Fix typo in notreached annotation. + 2011-07-30 Nicolas François * src/usermod.c: Add annotations to indicate that fail_exit() does diff --git a/src/newgrp.c b/src/newgrp.c index 578387aa6..9330c7212 100644 --- a/src/newgrp.c +++ b/src/newgrp.c @@ -806,7 +806,7 @@ int main (int argc, char **argv) */ err = shell (prog, initflag ? (char *) 0 : cp, newenvp); exit ((err == ENOENT) ? E_CMD_NOTFOUND : E_CMD_NOEXEC); - /* @notreached@ */ + /*@notreached@*/ failure: /*