diff options
author | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 16:12:21 +0000 |
commit | 04ea85fb8897d3981ef687bbb970d31a110f82d8 (patch) | |
tree | d3be1a537f944210f6bf64d1b0e2284e0c5d05d0 /firmware/panic.c | |
parent | e5c815272dc8436f487c3b6ed238d80910f0fde0 (diff) | |
download | rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.tar.gz rockbox-04ea85fb8897d3981ef687bbb970d31a110f82d8.zip |
Revert accidental changes from r24723
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24724 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/panic.c')
-rw-r--r-- | firmware/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/panic.c b/firmware/panic.c index 36eec67f12..9230337ba4 100644 --- a/firmware/panic.c +++ b/firmware/panic.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "system.h" | 32 | #include "system.h" |
33 | 33 | ||
34 | static char panic_buf[128]; | 34 | static char panic_buf[128]; |
35 | #define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) - 2 | 35 | #define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * "Dude. This is pretty fucked-up, right here." | 38 | * "Dude. This is pretty fucked-up, right here." |