summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-11-16 21:13:12 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-11-16 21:13:12 +0000
commit83b5b55d95d3fe7a8970360244e37dfd4c070c16 (patch)
tree1d5d7f79c6a37f96138f654e7afab5b70ce55e0f
parent526fc164aef4efee0b45a225c952eeb63875a667 (diff)
downloadrockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.tar.gz
rockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.zip
Ooops. The bugfix contained a bug.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/othelo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c
index 688021e087..7f0502794b 100644
--- a/apps/plugins/othelo.c
+++ b/apps/plugins/othelo.c
@@ -31,11 +31,11 @@
31 * # Reintroduce suspend feature under plugin system 31 * # Reintroduce suspend feature under plugin system
32 */ 32 */
33 33
34/* Plugin header */
35#include "plugin.h"
34 36
35#ifdef HAVE_LCD_BITMAP 37#ifdef HAVE_LCD_BITMAP
36 38
37/* Plugin header */
38#include "plugin.h"
39static struct plugin_api* rb; 39static struct plugin_api* rb;
40 40
41/***************************************************************************/ 41/***************************************************************************/