summaryrefslogtreecommitdiff
path: root/Userland/Utilities/bt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/bt.cpp')
-rw-r--r--Userland/Utilities/bt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/bt.cpp b/Userland/Utilities/bt.cpp
index f0cd6b7875..c0d33c3d63 100644
--- a/Userland/Utilities/bt.cpp
+++ b/Userland/Utilities/bt.cpp
@@ -17,7 +17,7 @@
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
- TRY(Core::System::pledge("stdio rpath", nullptr));
+ TRY(Core::System::pledge("stdio rpath"));
auto hostname = TRY(Core::System::gethostname());
Core::ArgsParser args_parser;