Fix typos in script liloconfig
[rrq/maintain_lilo.git] / debian / scripts / liloconfig
index ab470bd937a200780b1a11248f326a025855daf2..1916ece4e1ec32ff0705f72744676061fc1d981e 100644 (file)
@@ -299,15 +299,15 @@ sub get_bitmap
     go();
     ($ret,$val) = get("liloconfig/select_bitmap");
     
-       # each line with: [ filename,bmp-color,bmp-table,bmp-timer ]
+    # each line with: [ filename,bmp-color,bmp-table,bmp-timer ]
     @bitmaps = (
                   [ "/boot/tuxlogo.bmp","6,9,0;15,9,0","59,5;1,23,","66,28;6,8,0" ],
-                  [ "/boot/inside.bmp","14,11,,15,9,0","21,284p,2,7,175p,4","73,29,12,8,0" ],
-                  [ "/boot/debian.bmp","10,0,,7,0,","16,12,1,12,16","34,28,13,0," ],
-                  [ "/boot/debian-de.bmp","10,0,,7,0,","16,12,1,12,16","34,28,13,0," ],
-                  [ "/boot/debianlilo.bmp","1,,0,9,,0","106p,144p,2,9,144p","514p,144p,6,8,0" ]
-                  [ "/boot/coffee.bmp","12,,11,15,,8","385p,100p,1,10","38,2,13,1" ],
-                  [ "/boot/onlyblue.bmp","7,,0,15,,0","3,4,4,26,19,1","37,2,7,4,0" ],
+                  [ "/boot/inside.bmp","14,11,;15,9,0","21,284p;2,7,175p,4","73,29;12,8,0" ],
+                  [ "/boot/debian.bmp","10,0,;7,0,","16,12;1,12,16","34,28;13,0," ],
+                  [ "/boot/debian-de.bmp","10,0,;7,0,","16,12;1,12,16","34,28;13,0," ],
+                  [ "/boot/debianlilo.bmp","1,,0;9,,0","106p,144p;2,9,144p","514p,144p;6,8,0" ],
+                  [ "/boot/coffee.bmp","12,,11;15,,8","385p,100p;1,10","38,2;13,1" ],
+                  [ "/boot/onlyblue.bmp","7,,0;15,,0","3,4;4,26,19,1","37,2;7,4,0" ]
                   );
 
     $counter = 0;