diff options
Diffstat (limited to 'bindings/samples')
-rw-r--r-- | bindings/samples/tic-tac-toe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/samples/tic-tac-toe.c b/bindings/samples/tic-tac-toe.c index f8bf6219..2cac6f63 100644 --- a/bindings/samples/tic-tac-toe.c +++ b/bindings/samples/tic-tac-toe.c @@ -470,7 +470,7 @@ static void join(afb_req_t req) /* none is a special id for joining a new session */ if (strcmp(id, "none") == 0) { - new_board = get_new_board(req); + new_board = get_new_board(); goto setctx; } |