mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 14:11:15 +02:00
- more cppcheck cleanup
This commit is contained in:
@@ -1114,7 +1114,7 @@ bool MapPreview::loadMapInfo(string file, MapInfo *mapInfo, string i18nMaxMapPla
|
||||
}
|
||||
}
|
||||
|
||||
if(f) fclose(f);
|
||||
fclose(f);
|
||||
}
|
||||
catch(exception &e) {
|
||||
if(f) fclose(f);
|
||||
|
Reference in New Issue
Block a user