aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/fbsplash.c2
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)
301 */ 301 */
302static void init(const char *cfg_filename) 302static void init(const char *cfg_filename)
303{ 303{
304 static const char const param_names[] ALIGN1 = 304 static const char param_names[] ALIGN1 =
305 "BAR_WIDTH\0" "BAR_HEIGHT\0" 305 "BAR_WIDTH\0" "BAR_HEIGHT\0"
306 "BAR_LEFT\0" "BAR_TOP\0" 306 "BAR_LEFT\0" "BAR_TOP\0"
307 "BAR_R\0" "BAR_G\0" "BAR_B\0" 307 "BAR_R\0" "BAR_G\0" "BAR_B\0"