diff options
Diffstat (limited to 'stdio-common/tstscanf.c')
-rw-r--r-- | stdio-common/tstscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tstscanf.c b/stdio-common/tstscanf.c index 6cf5738416..827f5adcc8 100644 --- a/stdio-common/tstscanf.c +++ b/stdio-common/tstscanf.c @@ -305,5 +305,5 @@ main (int argc, char **argv) } } - exit (result); + return result; } |