summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-16 20:10:25 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-16 20:10:25 +0000
commit222233014303fe4054ecbbe5d22ea92c6c573ef1 (patch)
treeb731dac117e3c52555547db37d9009be87b116e1 /src/common
parent8c73f381454d08de7399a44cbd480e22e1a8ff1a (diff)
downloadhercules-222233014303fe4054ecbbe5d22ea92c6c573ef1.tar.gz
hercules-222233014303fe4054ecbbe5d22ea92c6c573ef1.tar.bz2
hercules-222233014303fe4054ecbbe5d22ea92c6c573ef1.tar.xz
hercules-222233014303fe4054ecbbe5d22ea92c6c573ef1.zip
Removed some useless svn:ignore properties.
Fixed a compilation problem. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12211 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r--src/common/strlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/strlib.c b/src/common/strlib.c
index da1fddd8c..b65bc0c55 100644
--- a/src/common/strlib.c
+++ b/src/common/strlib.c
@@ -383,7 +383,7 @@ int strline(const char* str, size_t pos)
/// @param len Length of the string
/// @param startoff Where to start parsing
/// @param delim Field delimiter
-/// @parem out_pos Array of resulting positions
+/// @param out_pos Array of resulting positions
/// @param npos Size of the pos array
/// @param opt Options that determine the parsing behaviour
/// @return Number of fields in the string or -1 if an error occured