summaryrefslogtreecommitdiff
path: root/Userland/Utilities/pathchk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/pathchk.cpp')
-rw-r--r--Userland/Utilities/pathchk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/pathchk.cpp b/Userland/Utilities/pathchk.cpp
index b3d37227ed..aeb1594dc1 100644
--- a/Userland/Utilities/pathchk.cpp
+++ b/Userland/Utilities/pathchk.cpp
@@ -19,7 +19,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
static bool flag_most_posix = false;
static bool flag_portability = false;
static bool flag_empty_name_and_leading_dash = false;
- Vector<const char*> paths;
+ Vector<char const*> paths;
Core::ArgsParser args_parser;
args_parser.add_option(flag_most_posix, "Check for most POSIX systems", nullptr, 'p');