diff options
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r-- | miscutils/mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c index d19866a5f..142901bb0 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -108,7 +108,7 @@ int mt_main(int argc UNUSED_PARAM, char **argv) | |||
108 | if (argv[2]) | 108 | if (argv[2]) |
109 | op.mt_count = xatoi_positive(argv[2]); | 109 | op.mt_count = xatoi_positive(argv[2]); |
110 | else | 110 | else |
111 | op.mt_count = 1; /* One, not zero, right? */ | 111 | op.mt_count = 1; /* One, not zero, right? */ |
112 | 112 | ||
113 | switch (opcode_value[idx]) { | 113 | switch (opcode_value[idx]) { |
114 | case MTWEOF: | 114 | case MTWEOF: |