mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
lr: fix hosversion spacing
This commit is contained in:
parent
c055f42080
commit
847f249a0c
@ -189,7 +189,7 @@ static Result _lrRedirectPath(Service* s, u64 cmd_id, u64 tid, const char *path)
|
||||
*/
|
||||
static Result _lrRedirectApplicationPath(Service* s, u64 cmd_id, u64 tid, u64 tid2, const char *path) {
|
||||
// On < 9.0.0, call the original redirection helper.
|
||||
if (hosversionBefore(9, 0, 0)) {
|
||||
if (hosversionBefore(9,0,0)) {
|
||||
return _lrRedirectPath(s, cmd_id, tid, path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user