summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-29 08:17:53 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-29 08:17:53 +0000
commit07fb6e91789cb65e66d6d539c401a9cab78e6b2e (patch)
treed881892c6e21c0e884885d53f1ad54cbf63dbd75 /src/map
parent7ebff79b4ea274ef29ef9d4e20b3162be22a6a45 (diff)
downloadhercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.gz
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.bz2
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.tar.xz
hercules-07fb6e91789cb65e66d6d539c401a9cab78e6b2e.zip
Gave each file an empty last line, to make svn happier
Added svn:eol-style native where missing Removed remaining .gats git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10401 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;
}
}
-