diff --git a/stratosphere/creport/source/creport_modules.cpp b/stratosphere/creport/source/creport_modules.cpp index 84d8717..69620b9 100644 --- a/stratosphere/creport/source/creport_modules.cpp +++ b/stratosphere/creport/source/creport_modules.cpp @@ -210,7 +210,7 @@ } /* Also validate that we're looking at a valid name. */ - if (rodata_start.module_path.zero != 0 || rodata_start.module_path.path_length <= 0)) { + if (rodata_start.module_path.zero != 0 || rodata_start.module_path.path_length <= 0) { return; } }