mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
creport: fix errant )
This commit is contained in:
parent
be5cd35ef6
commit
545ade835d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ namespace ams::creport {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Also validate that we're looking at a valid name. */
|
/* 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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue