You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/28 19:43:43 UTC

svn commit: r808968 - /commons/sandbox/runtime/trunk/src/main/native/shared/string.c

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;