diff options
Diffstat (limited to 'Userland/Utilities/realpath.cpp')
-rw-r--r-- | Userland/Utilities/realpath.cpp | 2 |
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( |