diff --git a/Userland/Shell/main.cpp b/Userland/Shell/main.cpp index ffff343fed..3e8e863f4d 100644 --- a/Userland/Shell/main.cpp +++ b/Userland/Shell/main.cpp @@ -42,7 +42,7 @@ ErrorOr serenity_main(Main::Arguments arguments) }); #ifdef __serenity__ - TRY(Core::System::pledge("stdio rpath wpath cpath proc exec tty sigaction unix fattr", nullptr)); + TRY(Core::System::pledge("stdio rpath wpath cpath proc exec tty sigaction unix fattr")); #endif RefPtr<::Shell::Shell> shell;