summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
committerUlrich Drepper <drepper@redhat.com>1997-02-18 04:08:52 +0000
commit9652be3de8913e528f86d9d4d2643db6c472f9fe (patch)
treeafa08c329c7b3007487a47b78ed77c47f88d2a4d /stdio-common
parent7434ccadbb6897d366d2377f84efe1e2cd61b02b (diff)
update from main archive 970217
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/bug10.c2
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;