Author: mturk
Date: Fri Aug 28 17:43:43 2009
New Revision: 808968

URL: http://svn.apache.org/viewvc?rev=808968&view=rev
Log:
Fix token counters

Modified:
    commons/sandbox/runtime/trunk/src/main/native/shared/string.c

Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/shared/string.c?rev=808968&r1=808967&r2=808968&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/shared/string.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/shared/string.c Fri Aug 28 
17:43:43 2009
@@ -1346,7 +1346,8 @@
     }
 }
 
-static const wchar_t *_wcscqctok(const wchar_t *str, int sep, const wchar_t 
**last)
+static const wchar_t *_wcscqctok(const wchar_t *str, int sep,
+                                 const wchar_t **last)
 {
     const wchar_t *tok;
 


Reply via email to