diff options
-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; |