Skip to content

Commit

Permalink
TOOLS: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 4, 2018
1 parent 31c03ca commit 1b32a32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions engines/prince/extract_prince.cpp
Expand Up @@ -131,15 +131,15 @@ void ExtractPrince::execute() {
exportMobs(loadFile(i));
}
}
free(fileTable);
_databank.close();
_items.clear();
free(fileTable);
_databank.close();
_items.clear();
}
}
}
printf("mob.txt - done\n");
printf("All done!\n");
free(pathBuffer);
_fFiles.close();
printf("mob.txt - done\n");
printf("All done!\n");
free(pathBuffer);
_fFiles.close();
}
}
if (Common::Filename(databankFullName).exists() == false) {
Expand Down

0 comments on commit 1b32a32

Please sign in to comment.