aboutsummaryrefslogtreecommitdiff
path: root/src/tools/map_extractor
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-08-24 02:45:50 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-08-24 02:46:14 +0200
commit79b954a349a61802cc2bda56f943e9e6e01adf44 (patch)
treeb8a7563a803c030b0746006cacd076a45a666b6f /src/tools/map_extractor
parent2a36d2bf5b7f14284a499a14f476c4633b1fc0eb (diff)
Core: meh, remove again whitespace :(
Diffstat (limited to 'src/tools/map_extractor')
-rw-r--r--src/tools/map_extractor/System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp
index ca04e5a2081..0aeb7c38174 100644
--- a/src/tools/map_extractor/System.cpp
+++ b/src/tools/map_extractor/System.cpp
@@ -1052,7 +1052,7 @@ void ExtractDBCFiles(int locale, bool basicLocale)
{
string filename = path;
filename += (iter->c_str() + strlen("DBFilesClient\\"));
-
+
if(FileExists(filename.c_str()))
continue;