summaryrefslogtreecommitdiff
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c
index d71a30470..cf695f398 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -124,7 +124,7 @@ ARGUMENTs converted to proper type first. Variable widths are handled.\n\
exit (status);
}
-void
+int
main (int argc, char **argv)
{
char *format;