From 26f1abdbcafde2425346eb54983cb83eff9b7925 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 21 Feb 2012 21:12:28 +0100 Subject: And a compile fix --- src/tools/map_extractor/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 842fdb16722..8db9599ef2e 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -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); -- cgit v1.2.3