summaryrefslogtreecommitdiff
path: root/Userland/Utilities/blockdev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/blockdev.cpp')
-rw-r--r--Userland/Utilities/blockdev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/blockdev.cpp b/Userland/Utilities/blockdev.cpp
index 14e87250ed..3c4a9ad737 100644
--- a/Userland/Utilities/blockdev.cpp
+++ b/Userland/Utilities/blockdev.cpp
@@ -27,7 +27,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
TRY(Core::System::unveil(nullptr, nullptr));
TRY(Core::System::pledge("stdio rpath"));
- const char* device = nullptr;
+ char const* device = nullptr;
bool flag_get_disk_size = false;
bool flag_get_block_size = false;