aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-01 12:41:35 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-01 12:41:35 +0000
commit545e7c981695acd4fac31bb8756e2d177efc8311 (patch)
tree0291bb82fe1b1e4cde1939beaa514fcaeb88e74a /util-linux
parent8aee6def9cdbf995d70d4bbdfd7c5170a3167144 (diff)
downloadbusybox-w32-545e7c981695acd4fac31bb8756e2d177efc8311.tar.gz
busybox-w32-545e7c981695acd4fac31bb8756e2d177efc8311.tar.bz2
busybox-w32-545e7c981695acd4fac31bb8756e2d177efc8311.zip
remode warning: const static mix
git-svn-id: svn://busybox.net/trunk/busybox@13785 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-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;