summaryrefslogtreecommitdiff
path: root/src/char/int_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.h')
-rw-r--r--src/char/int_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.h b/src/char/int_storage.h
index 811608f82..6285a8d21 100644
--- a/src/char/int_storage.h
+++ b/src/char/int_storage.h
@@ -15,7 +15,7 @@ int inter_guild_storage_delete(int guild_id);
int inter_storage_parse_frommap(int fd);
//Exported for use in the TXT-SQL converter.
-int storage_fromsql(int account_id, struct storage_data* p);
+int storage_fromsql(int account_id, struct storage_data *p);
int storage_tosql(int account_id,struct storage_data *p);
int guild_storage_tosql(int guild_id, struct guild_storage *p);