diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-06 16:53:09 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-06 16:53:09 +0000 |
commit | 1d006194c8ddf8a24a963680e30c48cc5aef78d1 (patch) | |
tree | ddbcdc3a06e77ad67c43b0f6a66af83cbee499a4 /src/common/db.h | |
parent | 47b43b6ee744786ccdfba23f8a987a0401dbd468 (diff) | |
download | hercules-1d006194c8ddf8a24a963680e30c48cc5aef78d1.tar.gz hercules-1d006194c8ddf8a24a963680e30c48cc5aef78d1.tar.bz2 hercules-1d006194c8ddf8a24a963680e30c48cc5aef78d1.tar.xz hercules-1d006194c8ddf8a24a963680e30c48cc5aef78d1.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/db.h')
-rw-r--r-- | src/common/db.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/db.h b/src/common/db.h index 5c7d42d87..ec6539bc6 100644 --- a/src/common/db.h +++ b/src/common/db.h @@ -715,7 +715,7 @@ void linkdb_final ( struct linkdb_node** head ); /// /// /// @param __from Initial index of the entry -/// @param __end Target index of the entry +/// @param __to Target index of the entry /// @param __arr Array /// @param __type Type of entry #define ARR_MOVE(__from, __to, __arr, __type) \ @@ -738,7 +738,7 @@ void linkdb_final ( struct linkdb_node** head ); /// ex: ARR_MOVERIGHT(1, 4, list, int);// move index 1 to index 4 /// /// @param __from Initial index of the entry -/// @param __end Target index of the entry +/// @param __to Target index of the entry /// @param __arr Array /// @param __type Type of entry #define ARR_MOVERIGHT(__from, __to, __arr, __type) \ |