diff options
Diffstat (limited to 'src/shared/vmap/VMapFactory.cpp')
-rw-r--r-- | src/shared/vmap/VMapFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/vmap/VMapFactory.cpp b/src/shared/vmap/VMapFactory.cpp index 5189f79daba..a92e4a1afac 100644 --- a/src/shared/vmap/VMapFactory.cpp +++ b/src/shared/vmap/VMapFactory.cpp @@ -38,7 +38,7 @@ namespace VMAP { bool result = false; unsigned int i; - for(i=pStartPos;i<pString.size(); ++i) + for (i=pStartPos; i<pString.size(); ++i) { if(pString[i] == ',') { |