Skip to content

Commit 6bf0d47

Browse files
authored
Update prepare_maze.cpp
1 parent 8810db2 commit 6bf0d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prepare_maze.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vector<string> maze = {
2929
};
3030

3131
// prepare maze to be able to pass it into AStar()
32-
vector<vector<int>> prepared_maze = prepared_maze(maze);
32+
vector<vector<int>> prepared_maze = prepare_maze(maze);
3333

3434

3535
int main() {

0 commit comments

Comments
 (0)