diff options
Diffstat (limited to 'src/emap/craftconf.c')
-rw-r--r-- | src/emap/craftconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/craftconf.c b/src/emap/craftconf.c index f4e52bd..89b31ea 100644 --- a/src/emap/craftconf.c +++ b/src/emap/craftconf.c @@ -422,8 +422,8 @@ static void delete_craft_entry(struct craft_db_entry *entry) VECTOR_CLEAR(entry->create_items); } -static int delete_craftconf_sub(DBKey key __attribute__ ((unused)), - DBData *data, +static int delete_craftconf_sub(union DBKey key __attribute__ ((unused)), + struct DBData *data, va_list args __attribute__ ((unused))) { struct craft_db_entry *craft = DB->data2ptr(data); |