* src/newgrp.c: Fix typo in notreached annotation.

This commit is contained in:
nekral-guest 2011-07-30 01:41:56 +00:00
parent 00d1ab6454
commit 934bfa5969
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Fix typo in notreached annotation.
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c: Add annotations to indicate that fail_exit() does

View File

@ -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:
/*