summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.c1
-rw-r--r--src/map/date.c1
-rw-r--r--src/map/npc_chat.c2
-rw-r--r--src/map/vending.c1
4 files changed, 1 insertions, 4 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 5dd222ebd..15642ee62 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -12426,4 +12426,3 @@ int do_init_clif(void)
add_timer_func_list(clif_delayquit, "clif_delayquit");
return 0;
}
-
diff --git a/src/map/date.c b/src/map/date.c
index 4643d6780..9f2bc4bee 100644
--- a/src/map/date.c
+++ b/src/map/date.c
@@ -69,4 +69,3 @@ int is_day_of_star(void)
{
return date_get_day()%5 == 0;
}
-
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index f5a7762d6..fa184b624 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -514,4 +514,4 @@ int buildin_deletepset(struct script_state *st) {
return 0;
}
-#endif
+#endif //PCRE_SUPPORT
diff --git a/src/map/vending.c b/src/map/vending.c
index 23a7d9ce8..2f2e132bc 100644
--- a/src/map/vending.c
+++ b/src/map/vending.c
@@ -274,4 +274,3 @@ void vending_openvending(struct map_session_data *sd,int len,char *message,int f
sd->vender_id = 0;
}
}
-