summaryrefslogtreecommitdiff
path: root/tests/test-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-string.c')
-rw-r--r--tests/test-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-string.c b/tests/test-string.c
index fe53cd9b15..69df747eb6 100644
--- a/tests/test-string.c
+++ b/tests/test-string.c
@@ -27,7 +27,7 @@
verify (sizeof NULL == sizeof (void *));
int
-main ()
+main (void)
{
return 0;
}