Formatting.

This commit is contained in:
Dr. Chat
2015-07-05 16:28:11 -05:00
parent 82986c6eec
commit 4e6b036b3c
5 changed files with 8 additions and 8 deletions

View File

@@ -303,7 +303,7 @@ bool XexModule::Unload() {
memory()->LookupHeap(*exe_address)->Release(*exe_address);
assert_not_null(xex_header_); // Unloading a module that wasn't loaded?
assert_not_null(xex_header_); // Unloading a module that wasn't loaded?
delete[] xex_header_;
xex_header_ = nullptr;