aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitb399a9634342cd083f3008c162ba5e901e9258f5 (patch)
tree0291bb82fe1b1e4cde1939beaa514fcaeb88e74a
parent3038557649ae04860213ab264ff0f647103e5083 (diff)
downloadbusybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.tar.gz
busybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.tar.bz2
busybox-w32-b399a9634342cd083f3008c162ba5e901e9258f5.zip
remode warning: const static mix
-rw-r--r--util-linux/fbset.c2
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
134const static struct cmdoptions_t { 134static 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;