Fixed a typo

This commit is contained in:
AnnaSnoeijs 2025-06-06 21:31:59 +02:00
parent 1855c2e1cf
commit b05a803cd8
6 changed files with 42 additions and 42 deletions

View file

@ -10,7 +10,7 @@ typedef enum {
typedef struct {
int player;
int heigth [ BOARD_WIDTH ];
int height [ BOARD_WIDTH ];
int column [ BOARD_WIDTH ];
} board_t;