projects
/
csrpg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1f2f7
)
fixed null return from board_init()
author
matthew
<matthew@owens.tech>
Sun, 29 Jul 2018 19:15:09 +0000
(19:15 +0000)
committer
matthew
<matthew@owens.tech>
Sun, 29 Jul 2018 19:15:09 +0000
(19:15 +0000)
common/board.c
patch
|
blob
|
history
diff --git
a/common/board.c
b/common/board.c
index
0ca4510
..
56c8ef7
100644
(file)
--- a/
common/board.c
+++ b/
common/board.c
@@
-23,6
+23,7
@@
Board *board_init(int sizex, int sizey)
}
}
+ ret = (Board *) b;
return ret;
}