fix a Visual Studio /Wall warning

This commit is contained in:
Enno Rehling 2015-05-12 00:12:58 -07:00
parent bf5fae2ef5
commit 3574d4a0b9
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ const curse_type *ct_find(const char *c)
return NULL; return NULL;
} }
void ct_checknames() { void ct_checknames(void) {
int i, qi; int i, qi;
quicklist *ctl; quicklist *ctl;