From: "Vladimir N. Oleynik" Date: Wed, 1 Feb 2006 12:41:35 +0000 (-0000) Subject: remode warning: const static mix X-Git-Tag: 1_1_0~253 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b399a9634342cd083f3008c162ba5e901e9258f5;p=oweals%2Fbusybox.git remode warning: const static mix --- 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 { }; -const static struct cmdoptions_t { +static const struct cmdoptions_t { const char *name; const unsigned char param_count; const unsigned char code;