diff --git a/hyprpm/src/helpers/Sys.cpp b/hyprpm/src/helpers/Sys.cpp index 70564ab8..868ad9a9 100644 --- a/hyprpm/src/helpers/Sys.cpp +++ b/hyprpm/src/helpers/Sys.cpp @@ -118,5 +118,6 @@ void NSys::dropSudo() { // note the superuser binary that is being dropped std::println("{}", infoString("Don't know how to drop timestamp for '{}', ignoring.", BIN)); } + return; } }