]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
* src/newgrp.c: Fix typo in notreached annotation.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Jul 2011 01:41:56 +0000 (01:41 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 30 Jul 2011 01:41:56 +0000 (01:41 +0000)
ChangeLog
src/newgrp.c

index 04cb863fe414412faf4f577a02ba8caba46b7989..b8e5ab4cf664666ee90ca41f4f4caf4a00022ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 578387aa6731ac42d1a6807866ac8149bc9c1c8c..9330c72129b93ae4312fc9132d591b24c9cc0062 100644 (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:
 
        /*