diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-12 17:37:38 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-12 17:37:38 +0000 |
commit | 0e902d3ef5ba182e842803af91241bfec4164c93 (patch) | |
tree | c6d64ee08591cac3c71be8b88968424479fe8a28 /src/char_sql | |
parent | 9defe125db3cb030e11d4be112e2e1fd2d497f93 (diff) | |
download | hercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.gz hercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.bz2 hercules-0e902d3ef5ba182e842803af91241bfec4164c93.tar.xz hercules-0e902d3ef5ba182e842803af91241bfec4164c93.zip |
fixed makefile typo, maps_athena typo, svn:eol-style native for some files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10238 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql')
-rw-r--r-- | src/char_sql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/Makefile b/src/char_sql/Makefile index 1b8a742f0..a4281d1c4 100644 --- a/src/char_sql/Makefile +++ b/src/char_sql/Makefile @@ -25,4 +25,4 @@ int_guild.o: int_guild.c int_guild.h inter.h ../common/mmo.h char.h ../common/so int_storage.o: int_storage.c int_storage.h char.h itemdb.h ../common/showmsg.h int_pet.o: int_pet.c int_pet.h inter.h char.h ../common/mmo.h ../common/socket.h ../common/db.h ../common/showmsg.h int_homun.o: int_homun.c int_homun.h inter.h char.h ../common/mmo.h ../common/socket.h ../common/db.h ../common/showmsg.h -itemdb.o: itemdb.c itemdb.h ../common/db.h ../common/mmo.h ../common/showmsg.h
\ No newline at end of file +itemdb.o: itemdb.c itemdb.h ../common/db.h ../common/mmo.h ../common/showmsg.h |