And a compile fix

This commit is contained in:
Shauren
2012-02-21 21:12:28 +01:00
parent 4c2a181cdd
commit 26f1abdbca

View File

@@ -1148,7 +1148,7 @@ int main(int argc, char * arg[])
if (build > CONF_TargetBuild)
{
printf("Base locale-%s.MPQ has build higher than target build (%u > %u), nothing extracted!\n", Locales[i], build, CONF_TargetBuild);
return;
return 0;
}
printf("Detected client build: %u\n", build);