summaryrefslogtreecommitdiff
path: root/include/othello.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/othello.h')
-rw-r--r--include/othello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/othello.h b/include/othello.h
index aed7302..c7ed718 100644
--- a/include/othello.h
+++ b/include/othello.h
@@ -16,4 +16,4 @@ bool is_valid_move(const player_color board[8][8],
bool has_valid_moves(const player_color board[8][8],
const player_color current_player);
char game_loop(player_color board[8][8]);
-void print_board(player_color board[8][8]);
+void print_board(const player_color board[8][8]);