diff options
Diffstat (limited to 'test/080_allowednext')
| -rw-r--r-- | test/080_allowednext/allowednext_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/080_allowednext/allowednext_tests.c b/test/080_allowednext/allowednext_tests.c index 98a437f..7ae7f66 100644 --- a/test/080_allowednext/allowednext_tests.c +++ b/test/080_allowednext/allowednext_tests.c | |||
| @@ -11,7 +11,7 @@ static char *moves[] = { | |||
| 11 | "B", "B2", "B'", | 11 | "B", "B2", "B'", |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | int main() { | 14 | int main(void) { |
| 15 | char movestr[STRLENMAX]; | 15 | char movestr[STRLENMAX]; |
| 16 | uint8_t m[100], next; | 16 | uint8_t m[100], next; |
| 17 | int n, i, j; | 17 | int n, i, j; |
