about summary refs log tree commit diff
path: root/stdlib/testmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/testmb.c')
-rw-r--r--stdlib/testmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/testmb.c b/stdlib/testmb.c
index a70fe08bee..117ade1a5b 100644
--- a/stdlib/testmb.c
+++ b/stdlib/testmb.c
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 
 int
-main ()
+main (int argc, char *argv[])
 {
   wchar_t w[10];
   char c[10];