From 934bfa596929bd84c30c42278e050495ba9aa7e8 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 30 Jul 2011 01:41:56 +0000 Subject: [PATCH] * src/newgrp.c: Fix typo in notreached annotation. --- ChangeLog | 4 ++++ src/newgrp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04cb863f..b8e5ab4c 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 578387aa..9330c721 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: /*