Skip to content

Commit

Permalink
wx: Fix sudoku game example
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Nov 27, 2024
1 parent 3056942 commit 67ba3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wx/examples/sudoku/sudoku_game.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

-module(sudoku_game).

-export([init/1,
-export([init/1, loop/1,
indx/1, rcm/1, level/1]).
-include("sudoku.hrl").

Expand Down

0 comments on commit 67ba3bd

Please sign in to comment.