From 2597008035a33d0a38f08671fb302f39f8c171d4 Mon Sep 17 00:00:00 2001 From: Russell Joyce Date: Tue, 9 Jun 2020 12:31:20 +0100 Subject: [PATCH] Small modification to loop C test code --- c-tests/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-tests/loop.c b/c-tests/loop.c index 5c1c46c..5d57c76 100644 --- a/c-tests/loop.c +++ b/c-tests/loop.c @@ -1,4 +1,4 @@ -int main(int argc, char **argv) +int main(void) { int j = 0;