diff options
Diffstat (limited to 'stdio-common/temptest.c')
-rw-r--r-- | stdio-common/temptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/temptest.c b/stdio-common/temptest.c index ec8e179f03..c8cf8529f1 100644 --- a/stdio-common/temptest.c +++ b/stdio-common/temptest.c @@ -24,5 +24,5 @@ main (int argc, char *argv[]) for (i = 0; i < 500; i++) remove (files[i]); - exit (0); + return 0; } |