diff options
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r-- | bootloader/telechips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 77aa398487..17ba509a6c 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -152,7 +152,7 @@ void* main(void) available for loading the firmware. Otherwise display the debug screen. */ #ifdef TCCBOOT printf("Rockbox boot loader"); - printf("Version " RBVERSION); + printf("Version %s", rbversion); printf("ATA"); rc = storage_init(); |