Skip to content

Commit 67ba3bd

Browse files
committed
wx: Fix sudoku game example
1 parent 3056942 commit 67ba3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wx/examples/sudoku/sudoku_game.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
-module(sudoku_game).
2121

22-
-export([init/1,
22+
-export([init/1, loop/1,
2323
indx/1, rcm/1, level/1]).
2424
-include("sudoku.hrl").
2525

0 commit comments

Comments
 (0)