diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-09 00:26:10 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-09 00:26:10 +0100 |
commit | 10544a841002a9b4075ee267effcd330a0c705ca (patch) | |
tree | 25ce126699236b65c40112b4ce920e79e84f0f32 /miscutils/fbsplash.c | |
parent | fb6e689554a03dd3c22783a641880ee4c2bed8e7 (diff) |
compat and warning fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/fbsplash.c')
-rw-r--r-- | miscutils/fbsplash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c index 4560bb2e9..3bf16abc8 100644 --- a/miscutils/fbsplash.c +++ b/miscutils/fbsplash.c @@ -301,7 +301,7 @@ static void fb_drawimage(void) */ static void init(const char *cfg_filename) { - static const char const param_names[] ALIGN1 = + static const char param_names[] ALIGN1 = "BAR_WIDTH\0" "BAR_HEIGHT\0" "BAR_LEFT\0" "BAR_TOP\0" "BAR_R\0" "BAR_G\0" "BAR_B\0" |