diff options
Diffstat (limited to 'Tests/CommandLength/test.c')
-rw-r--r-- | Tests/CommandLength/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CommandLength/test.c b/Tests/CommandLength/test.c index f8b643a..8488f4e 100644 --- a/Tests/CommandLength/test.c +++ b/Tests/CommandLength/test.c @@ -1,4 +1,4 @@ -int main() +int main(void) { return 0; } |