forked from github/server
fix linux build
This commit is contained in:
parent
8716e5fdc5
commit
469701a6ff
|
@ -80,7 +80,7 @@ void repair_spells(const char *filename) {
|
|||
perror("repair_spells");
|
||||
abort();
|
||||
}
|
||||
write_spellbook_state(F);
|
||||
write_spellbook_states(F);
|
||||
}
|
||||
fclose(F);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue