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) { int i; int cnt=0; - char* dash; for (i=0; i < cnt_filetypes; i++) { 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 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef _ICONS_H_ +#define _ICONS_H_ + #include /* @@ -31,3 +34,5 @@ enum { }; #endif + +#endif