From 1d006194c8ddf8a24a963680e30c48cc5aef78d1 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 6 Jun 2007 16:53:09 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/db.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/db.h') 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) \ -- cgit v1.2.3-60-g2f50