summaryrefslogtreecommitdiffstats
path: root/src/dissect
diff options
context:
space:
mode:
Diffstat (limited to 'src/dissect')
-rw-r--r--src/dissect/dissect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c
index ddefd9faa4..6a8193f618 100644
--- a/src/dissect/dissect.c
+++ b/src/dissect/dissect.c
@@ -684,7 +684,7 @@ static int parse_argv_as_mount_helper(int argc, char *argv[]) {
/* Implements util-linux "external helper" command line interface, as per mount(8) man page. */
while ((c = getopt(argc, argv, "sfnvN:o:t:")) >= 0) {
- switch(c) {
+ switch (c) {
case 'f':
fake = true;