summaryrefslogtreecommitdiff
path: root/Userland/Utilities/mount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/mount.cpp')
-rw-r--r--Userland/Utilities/mount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/mount.cpp b/Userland/Utilities/mount.cpp
index 93cc57deda..a572c354fb 100644
--- a/Userland/Utilities/mount.cpp
+++ b/Userland/Utilities/mount.cpp
@@ -16,7 +16,7 @@
#include <string.h>
#include <unistd.h>
-static int parse_options(const StringView& options)
+static int parse_options(StringView options)
{
int flags = 0;
Vector<StringView> parts = options.split_view(',');