aboutsummaryrefslogtreecommitdiff
path: root/test/080_allowednext
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-19 11:25:46 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-19 11:25:46 +0100
commit6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0 (patch)
treeed283edec862f707653030a8b5662baf418f7663 /test/080_allowednext
parenta9ce50120b68db3669aaadeac348db8926bc15c4 (diff)
downloadnissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.tar.gz
nissy-core-6ef99181273f6d8b3a3e08ce43ac3497ff71a0c0.zip
Added void in function declaration for tests
Diffstat (limited to 'test/080_allowednext')
-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