aboutsummaryrefslogtreecommitdiff
path: root/tools/400_solvetest
diff options
context:
space:
mode:
Diffstat (limited to 'tools/400_solvetest')
-rw-r--r--tools/400_solvetest/solve_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/400_solvetest/solve_test.c b/tools/400_solvetest/solve_test.c
index a98be26..e881030 100644
--- a/tools/400_solvetest/solve_test.c
+++ b/tools/400_solvetest/solve_test.c
@@ -94,7 +94,7 @@ void run(void) {
94} 94}
95 95
96int main(int argc, char **argv) { 96int main(int argc, char **argv) {
97 char filename[255], dataid[NISSY_DATAID_SIZE]; 97 char filename[255], dataid[NISSY_SIZE_DATAID];
98 98
99 if (argc < 2) { 99 if (argc < 2) {
100 printf("Error: not enough arguments. " 100 printf("Error: not enough arguments. "

Generated with cgit - Back to sebastiano.tronto.net