diff options
Diffstat (limited to 'string/bug-strncat1.c')
-rw-r--r-- | string/bug-strncat1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bug-strncat1.c b/string/bug-strncat1.c index 3491aa7d1f..f1b5c37c5c 100644 --- a/string/bug-strncat1.c +++ b/string/bug-strncat1.c @@ -27,5 +27,5 @@ main (void) exit (1); } - exit (0); + return 0; } |