1
0
Fork 0
forked from len0rd/rockbox

Fix warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10216 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-07-15 14:40:44 +00:00
parent 170258028d
commit e60cb43a98

View file

@ -51,6 +51,10 @@
#include "splash.h"
#include "yesno.h"
#ifdef HAVE_LCD_COLOR
#include "backdrop.h"
#endif
#define MAX_BOOKMARKS 10
#define MAX_BOOKMARK_SIZE 350
#define RECENT_BOOKMARK_FILE ROCKBOX_DIR "/most-recent.bmark"