mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 16:42:33 -05:00
Fixed build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4679 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eff1f800be
commit
40a94710ee
2 changed files with 5 additions and 1 deletions
|
|
@ -224,7 +224,6 @@ int filetype_load_menu(struct menu_item* menu,int max_items)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int cnt=0;
|
int cnt=0;
|
||||||
char* dash;
|
|
||||||
|
|
||||||
for (i=0; i < cnt_filetypes; i++)
|
for (i=0; i < cnt_filetypes; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,9 @@
|
||||||
* KIND, either express or implied.
|
* KIND, either express or implied.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
#ifndef _ICONS_H_
|
||||||
|
#define _ICONS_H_
|
||||||
|
|
||||||
#include <lcd.h>
|
#include <lcd.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
@ -31,3 +34,5 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue