summaryrefslogtreecommitdiff
path: root/Userland/Utilities/date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/date.cpp')
-rw-r--r--Userland/Utilities/date.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/date.cpp b/Userland/Utilities/date.cpp
index a7fdcb8a0d..1573fb1c4e 100644
--- a/Userland/Utilities/date.cpp
+++ b/Userland/Utilities/date.cpp
@@ -19,7 +19,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
bool print_iso_8601 = false;
bool print_rfc_3339 = false;
bool print_rfc_5322 = false;
- const char* set_date = nullptr;
+ char const* set_date = nullptr;
StringView format_string;
Core::ArgsParser args_parser;