summaryrefslogtreecommitdiff
path: root/Userland/Utilities/md.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/md.cpp')
-rw-r--r--Userland/Utilities/md.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/md.cpp b/Userland/Utilities/md.cpp
index b40c6d88f8..87dd3cb887 100644
--- a/Userland/Utilities/md.cpp
+++ b/Userland/Utilities/md.cpp
@@ -17,7 +17,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath tty"));
- const char* filename = nullptr;
+ char const* filename = nullptr;
bool html = false;
int view_width = 0;