repositories
/
Project_algorithmic_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3243371
)
Fix a comment
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 24 Aug 2017 12:31:31 +0000
(14:31 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Thu, 24 Aug 2017 12:31:31 +0000
(14:31 +0200)
src/main.c
patch
|
blob
|
blame
|
history
diff --git
a/src/main.c
b/src/main.c
index 3ed7991b2229685cdc40c975a1937b38f3709f32..e162a0fe22317395752af175b8f0edbb195a7f1b 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-109,7
+109,7
@@
int main() {
/* here are all the end of the game conditions */
if (is_board_full(pawns)) {
print_board(board_center_y, board_center_x);
- /* print the updated pawns before exiting */
+ /* print the updated pawns
array
before exiting */
print_pawns(board_center_y, board_center_x, pawns);
unsigned int winner = eval_winner(nb_white, nb_black);
if (winner != 0) {