summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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