making note of my changes.
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index a61ad5a40cbe7c6c0ffc55000c8f2e39e07c9d5a..7168ef7ac79a07c160518c0848751fb225734ca3 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -3,7 +3,7 @@
 #include <sys/mtio.h>
 #include <sys/fcntl.h>
 
-const char     mt_usage[] = "mt [-f device] opcode value\n";
+static const char      mt_usage[] = "mt [-f device] opcode value\n";
 
 struct mt_opcodes {
        char *  name;