summaryrefslogtreecommitdiff
path: root/Userland/Utilities/basename.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/basename.cpp')
-rw-r--r--Userland/Utilities/basename.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/basename.cpp b/Userland/Utilities/basename.cpp
index 08b842ba22..545119d2c4 100644
--- a/Userland/Utilities/basename.cpp
+++ b/Userland/Utilities/basename.cpp
@@ -11,7 +11,7 @@
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
- TRY(Core::System::pledge("stdio", nullptr));
+ TRY(Core::System::pledge("stdio"));
StringView path;
StringView suffix;