mirror of https://github.com/mirror/busybox.git
remode warning: const static mix
parent
3038557649
commit
b399a96343
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue