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");
|
perror("repair_spells");
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
write_spellbook_state(F);
|
write_spellbook_states(F);
|
||||||
}
|
}
|
||||||
fclose(F);
|
fclose(F);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue