1
0
Fork 0
forked from len0rd/rockbox

Oops... small changes catch most errors

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10618 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-08-16 18:57:34 +00:00
parent 6a8f06f6cb
commit 3b44ec9b0a

View file

@ -2008,7 +2008,7 @@ bool dbg_write_eeprom(void)
if (err) if (err)
gui_syncsplash(HZ*3, true, "Eeprom write failure (%d)",err); gui_syncsplash(HZ*3, true, "Eeprom write failure (%d)",err);
else else
gui_syncsplash(HZ*3, true, "Eeprom written successfully",rc); gui_syncsplash(HZ*3, true, "Eeprom written successfully");
set_irq_level(old_irq_level); set_irq_level(old_irq_level);
} }