Ooops. The bugfix contained a bug.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
526fc164ae
commit
83b5b55d95
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
/***************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue