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 56745bb..de4f846 100644
--- a/include/othello.h
+++ b/include/othello.h
@@ -52,6 +52,6 @@ void print_board(void);
enum player_color get_current_player(void);
// Returns the current board.
-const enum player_color **get_board(void);
+enum player_color **get_board(void);
enum player_color get_winner(void);