forked from github/server
fix a Visual Studio /Wall warning
This commit is contained in:
parent
bf5fae2ef5
commit
3574d4a0b9
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue