fixed init.c to add the version veriable

This commit is contained in:
Arif Ali 2011-05-08 02:38:38 +01:00
parent 98d0f46c45
commit 8332acfa89

View File

@ -153,7 +153,7 @@ void display_lk_version()
char *version = "cedesmith's LK (CLK) v";
strcat(version,cLK_version);
strcat(version,"\n");
_dputs("cedesmith's LK (CLK) v1.4\n");
_dputs(version);
}
struct fbcon_config* fbcon_display(void);
void htcleo_fastboot_init()