hyprpm: add missing return (#10299)
Add a missing return statement after handling the first superuser binary in the `dropSudo` function
Fixes: 1c530cb
Co-authored-by: Zebra2711 <zebra2711@users.noreply.github.com>
This commit is contained in:
parent
1ce614dfc0
commit
708a7c24ef
1 changed files with 1 additions and 0 deletions
|
|
@ -118,5 +118,6 @@ void NSys::dropSudo() {
|
||||||
// note the superuser binary that is being dropped
|
// note the superuser binary that is being dropped
|
||||||
std::println("{}", infoString("Don't know how to drop timestamp for '{}', ignoring.", BIN));
|
std::println("{}", infoString("Don't know how to drop timestamp for '{}', ignoring.", BIN));
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue