* src/newgrp.c: Fix typo in notreached annotation.
This commit is contained in:
parent
00d1ab6454
commit
934bfa5969
@ -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
|
||||
|
@ -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:
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user