From 89ef65f02463b27313ff0eba806aa6e4aec10716 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 29 Jan 2007 23:43:18 +0000 Subject: preparatory patch for -Wwrite-strings #5 --- miscutils/mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/mt.c') diff --git a/miscutils/mt.c b/miscutils/mt.c index 9ecec82a1..a4b527f1b 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -7,7 +7,7 @@ #include struct mt_opcodes { - char *name; + const char *name; short value; }; -- cgit v1.2.3