aboutsummaryrefslogtreecommitdiff
path: root/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt.c')
-rw-r--r--mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt.c b/mt.c
index 28922f8d9..44f23884c 100644
--- a/mt.c
+++ b/mt.c
@@ -61,7 +61,7 @@ extern int mt_main(int argc, char **argv)
61 struct mtop op; 61 struct mtop op;
62 int fd; 62 int fd;
63 63
64 if ((argc != 2 && argc != 3) || **(argv + 1) == '-') { 64 if ((argc != 2 && argc != 3) && **(argv + 1) != '-') {
65 usage(mt_usage); 65 usage(mt_usage);
66 } 66 }
67 67