summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-03-03 02:36:51 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-03-03 02:36:51 +0000
commitfad70c1086ec1c2934a8f1f0b9388d169d3dde72 (patch)
tree0ed7a999b7cc6ef0a0a28fe956419207db451f15
parentaadecdd77e42d47b33e0a440c4e3955378cdfd70 (diff)
downloadrockbox-fad70c1086ec1c2934a8f1f0b9388d169d3dde72.tar.gz
rockbox-fad70c1086ec1c2934a8f1f0b9388d169d3dde72.zip
PANIC!!!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25000 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/panic.c b/firmware/panic.c
index 9230337ba4..36eec67f12 100644
--- a/firmware/panic.c
+++ b/firmware/panic.c
@@ -32,7 +32,7 @@
32#include "system.h" 32#include "system.h"
33 33
34static char panic_buf[128]; 34static char panic_buf[128];
35#define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) 35#define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) - 2
36 36
37/* 37/*
38 * "Dude. This is pretty fucked-up, right here." 38 * "Dude. This is pretty fucked-up, right here."