summaryrefslogtreecommitdiff
path: root/Userland/Demos/LibGfxScaleDemo
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Demos/LibGfxScaleDemo')
-rw-r--r--Userland/Demos/LibGfxScaleDemo/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Demos/LibGfxScaleDemo/main.cpp b/Userland/Demos/LibGfxScaleDemo/main.cpp
index 264929009b..0a8ff72975 100644
--- a/Userland/Demos/LibGfxScaleDemo/main.cpp
+++ b/Userland/Demos/LibGfxScaleDemo/main.cpp
@@ -96,7 +96,7 @@ int main(int argc, char** argv)
{
auto app = GUI::Application::construct(argc, argv);
- if (pledge("stdio sendfd rpath shared_buffer", nullptr) < 0) {
+ if (pledge("stdio recvfd sendfd rpath", nullptr) < 0) {
perror("pledge");
return 1;
}