Merge pull request #6487 from angelXwind/master

Removed some extraneous tabs in sceKernelModule.cpp
This commit is contained in:
Unknown W. Brackets 2014-07-02 19:50:54 -07:00
commit 509388ee85

View File

@ -1888,7 +1888,7 @@ u32 hleKernelStopUnloadSelfModuleWithOrWithoutStatus(u32 exitCode, u32 argSize,
attr = options->attribute;
// TODO: Maybe based on size?
else if (attr != 0)
WARN_LOG_REPORT(SCEMODULE, "Stopping module with attr=%x, but options specify 0", attr);
WARN_LOG_REPORT(SCEMODULE, "Stopping module with attr=%x, but options specify 0", attr);
}
if (Memory::IsValidAddress(stopFunc)) {