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 c56a8e0ca..586373d13 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -81,7 +81,7 @@ static const char opcode_name[] ALIGN1 = | |||
81 | "weof" "\0"; | 81 | "weof" "\0"; |
82 | 82 | ||
83 | int mt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 83 | int mt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
84 | int mt_main(int argc ATTRIBUTE_UNUSED, char **argv) | 84 | int mt_main(int argc UNUSED_PARAM, char **argv) |
85 | { | 85 | { |
86 | const char *file = "/dev/tape"; | 86 | const char *file = "/dev/tape"; |
87 | struct mtop op; | 87 | struct mtop op; |