projects
/
csrpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59dabb
)
added \n
author
matthew
<matthew@owens.tech>
Sun, 29 Jul 2018 19:14:39 +0000
(19:14 +0000)
committer
matthew
<matthew@owens.tech>
Sun, 29 Jul 2018 19:14:39 +0000
(19:14 +0000)
nogl/main.c
patch
|
blob
|
history
diff --git
a/nogl/main.c
b/nogl/main.c
index
3882ae9
..
05b76f9
100644
(file)
--- a/
nogl/main.c
+++ b/
nogl/main.c
@@
-15,7
+15,7
@@
bool init()
board = board_init(5,3);
if(board == NULL){
- printf("ERROR: board null!");
+ printf("ERROR: board null!
\n
");
return false;
}
return true;