commit | 2693645bdd064332d08f7f5fd33cb79f824edabd | [log] [tgz] |
---|---|---|
author | cabo <cabo@tzi.org> | Fri Feb 02 12:51:25 2018 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 02 12:51:25 2018 +0100 |
tree | 2d7d963b8b98421550a0f72012688535bbbfdd07 | |
parent | 2f9c3b1931eb012909e74f3b628e6a31fd446ad1 [diff] | |
parent | cdd360209514cc181e73266bf55e31408853a9eb [diff] |
Merge pull request #45 from beduino-project/fix-function-declaration test: Fix declaration of main method
diff --git a/test/test.c b/test/test.c index d24992f..b7d85af 100644 --- a/test/test.c +++ b/test/test.c
@@ -109,7 +109,7 @@ printf("%s at %d\n", err_name[back.err], back.pos); } -int main() { +int main(void) { char buf[100000]; unsigned char *end; char *bufend;