From bd314bbdd40f92a5ce1338aebb13ffdb5dbb1685 Mon Sep 17 00:00:00 2001 From: Robert Wohlrab Date: Sat, 1 Dec 2007 14:29:24 +0100 Subject: [PATCH] Converted c.c to ansi c --- c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.c b/c.c index 7cfe76d7..36465c8f 100644 --- a/c.c +++ b/c.c @@ -1,6 +1,6 @@ #include -int main() { +int main(void) { printf("Hello World\n"); return 0; }