summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:28:33 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:28:33 +0000
commit40a94710ee1046200723a9baf2829a881f9830d5 (patch)
treedab1093586d1f309fac81605f3c588041bd83b37
parenteff1f800bea819cab413b2a014b5935e0c8998a5 (diff)
downloadrockbox-40a94710ee1046200723a9baf2829a881f9830d5.tar.gz
rockbox-40a94710ee1046200723a9baf2829a881f9830d5.zip
Fixed build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4679 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/filetypes.c1
-rw-r--r--apps/neo/icons.h5
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index f7eb33b74a..661defa337 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -224,7 +224,6 @@ int filetype_load_menu(struct menu_item* menu,int max_items)
224{ 224{
225 int i; 225 int i;
226 int cnt=0; 226 int cnt=0;
227 char* dash;
228 227
229 for (i=0; i < cnt_filetypes; i++) 228 for (i=0; i < cnt_filetypes; i++)
230 { 229 {
diff --git a/apps/neo/icons.h b/apps/neo/icons.h
index c96f821cfa..7f0c0b7f63 100644
--- a/apps/neo/icons.h
+++ b/apps/neo/icons.h
@@ -16,6 +16,9 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _ICONS_H_
20#define _ICONS_H_
21
19#include <lcd.h> 22#include <lcd.h>
20 23
21/* 24/*
@@ -31,3 +34,5 @@ enum {
31}; 34};
32 35
33#endif 36#endif
37
38#endif