diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-16 21:13:12 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-11-16 21:13:12 +0000 |
| commit | 83b5b55d95d3fe7a8970360244e37dfd4c070c16 (patch) | |
| tree | 1d5d7f79c6a37f96138f654e7afab5b70ce55e0f /apps/plugins | |
| parent | 526fc164aef4efee0b45a225c952eeb63875a667 (diff) | |
| download | rockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.zip rockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.tar.gz rockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.tar.bz2 rockbox-83b5b55d95d3fe7a8970360244e37dfd4c070c16.tar.xz | |
Ooops. The bugfix contained a bug.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/othelo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/othelo.c b/apps/plugins/othelo.c index 688021e..7f05027 100644 --- a/apps/plugins/othelo.c +++ b/apps/plugins/othelo.c @@ -31,11 +31,11 @@ * # Reintroduce suspend feature under plugin system */ +/* Plugin header */ +#include "plugin.h" #ifdef HAVE_LCD_BITMAP -/* Plugin header */ -#include "plugin.h" static struct plugin_api* rb; /***************************************************************************/ |