File elilo-avoid-tab.diff of Package elilo

diff -urp elilo-3.8/config.c elilo-3.8-tab/config.c
--- elilo-3.8/config.c	2008-07-29 23:22:07.637647427 +0200
+++ elilo-3.8-tab/config.c	2008-07-31 01:24:31.346046245 +0200
@@ -897,10 +897,10 @@ print_label_list(VOID)
 {
 	boot_image_t *img, *dfl = global_config.default_image;
 
-	if (dfl) Print(L"\t%s\n", dfl->label);
+	if (dfl) Print(L"    %s\n", dfl->label);
 
 	for (img = image_list; img; img = img->next) {
-		if (img != dfl) Print(L"\t%s\n", img->label);
+		if (img != dfl) Print(L"    %s\n", img->label);
 	}
 }
 
openSUSE Build Service is sponsored by