summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mandelbrot/Mandelbrot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Demos/Mandelbrot/Mandelbrot.cpp')
-rw-r--r--Userland/Demos/Mandelbrot/Mandelbrot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Demos/Mandelbrot/Mandelbrot.cpp b/Userland/Demos/Mandelbrot/Mandelbrot.cpp
index 352cf63bb8..e37406aadc 100644
--- a/Userland/Demos/Mandelbrot/Mandelbrot.cpp
+++ b/Userland/Demos/Mandelbrot/Mandelbrot.cpp
@@ -377,7 +377,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
{
auto app = TRY(GUI::Application::try_create(arguments));
- TRY(Core::System::pledge("stdio thread recvfd sendfd rpath wpath cpath", nullptr));
+ TRY(Core::System::pledge("stdio thread recvfd sendfd rpath wpath cpath"));
#if 0
TRY(Core::System::unveil("/res", "r"));