summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-02 10:24:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-02 10:24:24 +1300
commitbe13a7a398528d513d12493f73e25deda0770d5e (patch)
tree0ac1e3ec46f0238362ad7659dd5157a5e97b7a4f
parentIgnore built program (diff)
downloadtexad-be13a7a398528d513d12493f73e25deda0770d5e.tar.gz
texad-be13a7a398528d513d12493f73e25deda0770d5e.zip
Name the command struct inline
May as well be consistent
-rw-r--r--texad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/texad.c b/texad.c
index 9a09acf..7b643d0 100644
--- a/texad.c
+++ b/texad.c
@@ -43,7 +43,7 @@ typedef struct player {
struct room *room;
} player;
-typedef struct {
+typedef struct command {
action action;
char *string;
} command;