diff options
author | Camil Staps | 2016-08-28 19:25:33 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-28 19:25:33 +0200 |
commit | b402236707202a0341abe740974dbf22ec38fa41 (patch) | |
tree | 1dae45afa18805a5b0f2a81e30f3fb4fc3a4d079 /example.c | |
parent | Merge pull request #1 from dopefishh/master (diff) |
pedantic
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,5 +30,6 @@ int main(void) { test_wrapup(tester); test_exit(tester); -} + return 0; +} |