fix linux build

This commit is contained in:
Enno Rehling 2015-08-20 12:56:33 +02:00
parent 8716e5fdc5
commit 469701a6ff
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }