summaryrefslogtreecommitdiffstats
path: root/Tests/VSGNUFortran/c_code
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSGNUFortran/c_code')
-rw-r--r--Tests/VSGNUFortran/c_code/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VSGNUFortran/c_code/main.c b/Tests/VSGNUFortran/c_code/main.c
index 60c1120..be868c3 100644
--- a/Tests/VSGNUFortran/c_code/main.c
+++ b/Tests/VSGNUFortran/c_code/main.c
@@ -1,6 +1,6 @@
#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
extern void FC_hello(void);
-int main()
+int main(void)
{
FC_hello();
return 0;