diff --git a/stratosphere/creport/source/creport_modules.cpp b/stratosphere/creport/source/creport_modules.cpp index 84d87171b..69620b92b 100644 --- a/stratosphere/creport/source/creport_modules.cpp +++ b/stratosphere/creport/source/creport_modules.cpp @@ -210,7 +210,7 @@ namespace ams::creport { } /* 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; } }