summaryrefslogtreecommitdiff
path: root/string/tst-svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-svc.c')
-rw-r--r--string/tst-svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-svc.c b/string/tst-svc.c
index 30a161e70a..1ee5342aa9 100644
--- a/string/tst-svc.c
+++ b/string/tst-svc.c
@@ -41,5 +41,5 @@ main (int argc, char *argv[])
for (i = 0; i < count; ++i)
puts (str[i]);
- exit (EXIT_SUCCESS);
+ return EXIT_SUCCESS;
}