From 10544a841002a9b4075ee267effcd330a0c705ca Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 9 Feb 2010 00:26:10 +0100 Subject: compat and warning fixes Signed-off-by: Denys Vlasenko --- miscutils/fbsplash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils') 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" -- cgit v1.2.3