summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 088bda13a..c0f6ccfaa 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2164,7 +2164,7 @@ void clif_storagelist(struct map_session_data* sd, struct storage_data* stor)
unsigned char *bufe;
#if PACKETVER < 5
const int s = 10; //Entry size.
-#elfi PACKETVER < 20080102
+#elif PACKETVER < 20080102
const int s = 18;
#else
const int s = 22;