diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 04:25:56 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 04:25:56 +0000 |
commit | f204cc7915dac6116bce5f402c8882ea0aff49a4 (patch) | |
tree | 35639b6c012b987f5fca8309641d68c76eaa53cb /src/common | |
parent | c4f027e10aaeeb4ab72b68cae0b3e66d8bb5a4b2 (diff) | |
download | hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.gz hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.bz2 hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.xz hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.zip |
Fix some compile errors
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1037 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/buffer.h b/src/common/buffer.h index 294233595..4d7f46d38 100644 --- a/src/common/buffer.h +++ b/src/common/buffer.h @@ -15,4 +15,4 @@ #endif
-#endif
\ No newline at end of file +#endif
|