summaryrefslogtreecommitdiff
path: root/Userland/Utilities/hostname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/hostname.cpp')
-rw-r--r--Userland/Utilities/hostname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/hostname.cpp b/Userland/Utilities/hostname.cpp
index b99713638f..3275604115 100644
--- a/Userland/Utilities/hostname.cpp
+++ b/Userland/Utilities/hostname.cpp
@@ -14,7 +14,7 @@
ErrorOr<int> serenity_main(Main::Arguments args)
{
- const char* hostname = nullptr;
+ char const* hostname = nullptr;
Core::ArgsParser args_parser;
args_parser.add_positional_argument(hostname, "Hostname to set", "hostname", Core::ArgsParser::Required::No);