summaryrefslogtreecommitdiff
path: root/apps/recorder/sokoban.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-17 12:07:30 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-17 12:07:30 +0000
commitba5e6aec475a198ee8555a048695ed29184a8af5 (patch)
tree908e07133f40b1f7eb5dfce093f13a04d8f287ab /apps/recorder/sokoban.c
parentfc2bb6cd2086045d8261b0bf95703510a3aa1bc6 (diff)
downloadrockbox-ba5e6aec475a198ee8555a048695ed29184a8af5.tar.gz
rockbox-ba5e6aec475a198ee8555a048695ed29184a8af5.zip
Removed snprintf warning. Removed unnecessary #ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/sokoban.c')
-rw-r--r--apps/recorder/sokoban.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c
index 159516e361..ff3f13fe13 100644
--- a/apps/recorder/sokoban.c
+++ b/apps/recorder/sokoban.c
@@ -17,10 +17,8 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include <sprintf.h>
20#include "config.h" 21#include "config.h"
21
22#ifdef HAVE_LCD_BITMAP
23
24#include "sokoban.h" 22#include "sokoban.h"
25#include "lcd.h" 23#include "lcd.h"
26#include "button.h" 24#include "button.h"
@@ -582,5 +580,3 @@ void sokoban(void)
582 lcd_clear_display(); 580 lcd_clear_display();
583 sokoban_loop(); 581 sokoban_loop();
584} 582}
585
586#endif