summaryrefslogtreecommitdiff
path: root/src/common
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/common
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/common')
-rw-r--r--src/common/db.c1
-rw-r--r--src/common/ers.c1
-rw-r--r--src/common/grfio.h1
-rw-r--r--src/common/lock.c1
-rw-r--r--src/common/md5calc.c1
-rw-r--r--src/common/utils.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/common/db.c b/src/common/db.c
index 7d1eb3903..80918d7f6 100644
--- a/src/common/db.c
+++ b/src/common/db.c
@@ -2377,4 +2377,3 @@ void linkdb_final( struct linkdb_node** head ) {
}
*head = NULL;
}
-
diff --git a/src/common/ers.c b/src/common/ers.c
index 109378d5f..53c1edc3a 100644
--- a/src/common/ers.c
+++ b/src/common/ers.c
@@ -502,4 +502,3 @@ void ers_force_destroy_all(void)
ers_num = 0;
}
#endif /* not DISABLE_ERS */
-
diff --git a/src/common/grfio.h b/src/common/grfio.h
index 68371576d..ce2b75150 100644
--- a/src/common/grfio.h
+++ b/src/common/grfio.h
@@ -8,4 +8,3 @@ int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char*
int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen);
#endif /* _GRFIO_H_ */
-
diff --git a/src/common/lock.c b/src/common/lock.c
index 18091820d..a08b46756 100644
--- a/src/common/lock.c
+++ b/src/common/lock.c
@@ -68,4 +68,3 @@ int lock_fclose (FILE *fp, const char* filename, int *info) {
return ret;
}
-
diff --git a/src/common/md5calc.c b/src/common/md5calc.c
index fd8ffd5d3..b70236d6b 100644
--- a/src/common/md5calc.c
+++ b/src/common/md5calc.c
@@ -233,4 +233,3 @@ void MD5_String(const char * string, char * output)
digest[ 8], digest[ 9], digest[10], digest[11],
digest[12], digest[13], digest[14], digest[15]);
}
-
diff --git a/src/common/utils.c b/src/common/utils.c
index 3dc7fea16..b738d31c8 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -321,4 +321,3 @@ unsigned long MakeDWord(unsigned short word0, unsigned short word1)
return ((unsigned long)word0)
| ((unsigned long)word1<<0x10);
}
-