aboutsummaryrefslogtreecommitdiff
path: root/test/080_allowednext/allowednext_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/080_allowednext/allowednext_tests.c')
-rw-r--r--test/080_allowednext/allowednext_tests.c2
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
14int main() { 14int 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;

Generated with cgit - Back to sebastiano.tronto.net