summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AutoExportDll/hello2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/AutoExportDll/hello2.c')
-rw-r--r--Tests/RunCMake/AutoExportDll/hello2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/AutoExportDll/hello2.c b/Tests/RunCMake/AutoExportDll/hello2.c
index d4d6b72..66e7caf 100644
--- a/Tests/RunCMake/AutoExportDll/hello2.c
+++ b/Tests/RunCMake/AutoExportDll/hello2.c
@@ -2,7 +2,7 @@
extern int own_auto_export_function(int i);
-void hello2()
+void hello2(void)
{
printf("hello exec:%i", own_auto_export_function(41));
}