From 77b3f080b689a2187c37ac7d2307428c606348ae Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 13 Jan 2019 20:16:50 +0100 Subject: [PATCH] error fix --- helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.c b/helloworld.c index 1525c1e..6211074 100644 --- a/helloworld.c +++ b/helloworld.c @@ -3,5 +3,5 @@ int main(int argc, char **argv) { printf("Hello World!"); - return 0 + return 0; }