summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/mainc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/mainc.c')
-rw-r--r--Tests/Fortran/mainc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/mainc.c b/Tests/Fortran/mainc.c
index 9efafc5..607b9fd 100644
--- a/Tests/Fortran/mainc.c
+++ b/Tests/Fortran/mainc.c
@@ -1,5 +1,5 @@
extern int myc(void);
-int main()
+int main(void)
{
return myc();
}