summaryrefslogtreecommitdiffstats
path: root/Tests/LinkLine/Two.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LinkLine/Two.c')
-rw-r--r--Tests/LinkLine/Two.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LinkLine/Two.c b/Tests/LinkLine/Two.c
index 5fc212e..ac84367 100644
--- a/Tests/LinkLine/Two.c
+++ b/Tests/LinkLine/Two.c
@@ -1,6 +1,6 @@
-void OneFunc();
+void OneFunc(void);
-void TwoFunc()
+void TwoFunc(void)
{
static int i = 0;
++i;