summaryrefslogtreecommitdiff
path: root/firmware/panic.c
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-02-17 15:57:53 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-02-17 15:57:53 +0000
commite5c815272dc8436f487c3b6ed238d80910f0fde0 (patch)
tree9aaec54573b7abe28b5d0b4db98d36abdf3e39d5 /firmware/panic.c
parentb3c18aeb4da93fe07a5021ad0405c2349d7d793e (diff)
downloadrockbox-e5c815272dc8436f487c3b6ed238d80910f0fde0.tar.gz
rockbox-e5c815272dc8436f487c3b6ed238d80910f0fde0.zip
Add more information to the battery debug screen for Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/panic.c')
-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."