summaryrefslogtreecommitdiff
path: root/Userland/Utilities/realpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/realpath.cpp')
-rw-r--r--Userland/Utilities/realpath.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/realpath.cpp b/Userland/Utilities/realpath.cpp
index bd5bbb54d7..69aa968f15 100644
--- a/Userland/Utilities/realpath.cpp
+++ b/Userland/Utilities/realpath.cpp
@@ -14,7 +14,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath"));
- const char* path;
+ char const* path;
Core::ArgsParser args_parser;
args_parser.set_general_help(