diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-01 12:41:35 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2006-02-01 12:41:35 +0000 |
commit | b399a9634342cd083f3008c162ba5e901e9258f5 (patch) | |
tree | 0291bb82fe1b1e4cde1939beaa514fcaeb88e74a | |
parent | 3038557649ae04860213ab264ff0f647103e5083 (diff) | |
download | busybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.tar.gz busybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.tar.bz2 busybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.zip |
remode warning: const static mix
-rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index b1118311f..49435c22e 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -131,7 +131,7 @@ struct fb_var_screeninfo { | |||
131 | }; | 131 | }; |
132 | 132 | ||
133 | 133 | ||
134 | const static struct cmdoptions_t { | 134 | static const struct cmdoptions_t { |
135 | const char *name; | 135 | const char *name; |
136 | const unsigned char param_count; | 136 | const unsigned char param_count; |
137 | const unsigned char code; | 137 | const unsigned char code; |