diff options
Diffstat (limited to 'stdio-common/bug10.c')
-rw-r--r-- | stdio-common/bug10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/bug10.c b/stdio-common/bug10.c index 3e15526a43..c4f328d4cb 100644 --- a/stdio-common/bug10.c +++ b/stdio-common/bug10.c @@ -1,7 +1,7 @@ #include <stdio.h> int -main (int arc, char *argv) +main (int arc, char *argv[]) { int n, res; unsigned int val; |