Fixed a typo
This commit is contained in:
parent
1855c2e1cf
commit
b05a803cd8
6 changed files with 42 additions and 42 deletions
|
|
@ -38,7 +38,7 @@ int main(){
|
|||
board_t playboard = {
|
||||
.player = 0,
|
||||
.column = {0},
|
||||
.heigth = {0},
|
||||
.height = {0},
|
||||
};
|
||||
wins_t wins = {
|
||||
.count0 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue