From 10f9f4282097f177d6ee0b26572dcf4308e6d6fb Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 9 Jan 2016 19:06:29 +0100 Subject: Corrected various zero-argument function definitions - Functions should always specify their arguments, even if they take none. In C, not specifying arguments is different than specifying (void). Signed-off-by: Haru --- src/map/itemdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/itemdb.h') diff --git a/src/map/itemdb.h b/src/map/itemdb.h index d751451c6..cde73f3b4 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -626,7 +626,7 @@ struct itemdb_interface { int (*isidentified) (int nameid); int (*isidentified2) (struct item_data *data); int (*combo_split_atoi) (char *str, int *val); - void (*read_combos) (); + void (*read_combos) (void); int (*gendercheck) (struct item_data *id); int (*validate_entry) (struct item_data *entry, int n, const char *source); void (*readdb_additional_fields) (int itemid, config_setting_t *it, int n, const char *source); -- cgit v1.2.3-60-g2f50