diff --git a/sk1a/maze.c b/sk1a/maze.c index d930225..90e0f28 100644 --- a/sk1a/maze.c +++ b/sk1a/maze.c @@ -30,7 +30,7 @@ int solve_maze(char* maze, int size) { printf("\n"); } printf("\nend %d\n\n", size); - + /* int posY = 0, posX = 0; while (1) { @@ -125,6 +125,7 @@ int solve_maze(char* maze, int size) { } return 1; - } - } + } + }*/ + return 0; }