summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Exec2/ExecMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Exec2/ExecMain.c')
-rw-r--r--Tests/Dependency/Exec2/ExecMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/Exec2/ExecMain.c b/Tests/Dependency/Exec2/ExecMain.c
index 385cce1..085f30f 100644
--- a/Tests/Dependency/Exec2/ExecMain.c
+++ b/Tests/Dependency/Exec2/ExecMain.c
@@ -3,7 +3,7 @@
void FiveFunction();
void EightFunction();
-int main()
+int main(void)
{
FiveFunction();
EightFunction();