hush: update TODO list; + my usual pointless tweaks :(
[oweals/busybox.git] / miscutils / mt.c
index c56a8e0caa04b2ba47bda4c256734eb3c779b170..586373d138c3c233f848c66603f77035b801c7a4 100644 (file)
@@ -81,7 +81,7 @@ static const char opcode_name[] ALIGN1 =
        "weof"            "\0";
 
 int mt_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int mt_main(int argc ATTRIBUTE_UNUSED, char **argv)
+int mt_main(int argc UNUSED_PARAM, char **argv)
 {
        const char *file = "/dev/tape";
        struct mtop op;