mirror of
https://github.com/nelsbrock/dev-tictactoe.git
synced 2026-08-14 20:56:49 +02:00
remove unnecessary struct tags
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
typedef struct tictactoe_game {
|
||||
typedef struct {
|
||||
char next_turn;
|
||||
char winner;
|
||||
char board[3][3];
|
||||
|
||||
Reference in New Issue
Block a user