summaryrefslogtreecommitdiffstats
path: root/bootloader/gigabeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat.c')
-rw-r--r--bootloader/gigabeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c
index f995be078c..52f55a5cdd 100644
--- a/bootloader/gigabeat.c
+++ b/bootloader/gigabeat.c
@@ -174,7 +174,7 @@ void main(void)
verbose = true;
printf("Rockbox boot loader");
- printf("Version " RBVERSION);
+ printf("Version %s", rbversion);
sleep(50); /* ATA seems to error without this pause */