fix bug 1087. Fix by Leonid (lly.dev AT gmail.com)
[oweals/busybox.git] / miscutils / fbsplash.c
index 4560bb2e99e1a135907699f5501520797b38f5c7..3bf16abc8145a8f5ac70504d41ebed6d3efbff78 100644 (file)
@@ -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"