fixed Visual Studio warning

This commit is contained in:
inikep
2016-05-25 17:40:58 +02:00
parent 957823f56f
commit bff23b72c5
+1 -1
View File
@@ -200,7 +200,7 @@ int main(int argCount, const char** argv)
unsigned dictSelect = g_defaultSelectivityLevel;
#ifdef UTIL_HAS_CREATEFILELIST
const char** fileNamesTable = NULL;
char* fileNamesBuf;
char* fileNamesBuf = NULL;
unsigned fileNamesNb;
#endif