fixed init.c to add the version veriable
This commit is contained in:
parent
98d0f46c45
commit
8332acfa89
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user