X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=misc.c;fp=misc.c;h=23c053f2e41a7b91f41e1ebda1b154361e6629c9;hp=ba2e2afffc0c637f8ec37aa2fef701035ec82cad;hb=0d3393ebee2cfa97cd7b51daf0448992df758594;hpb=19662647151988d84cc1caa3e6d4d60d69467f63 diff --git a/misc.c b/misc.c index ba2e2af..23c053f 100644 --- a/misc.c +++ b/misc.c @@ -413,7 +413,7 @@ static bool is_valid_int(const char *str) return true; } -static void get_vocab_metadata(const char* word, vocab_t* id, enum wordtype* type) +static void get_vocab_metadata(const char* word, vocab_t* id, word_type_t* type) { /* Check for an empty string */ if (strncmp(word, "", sizeof("")) == 0) {