summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index 52e60eab1f..66553e5b24 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -60,7 +60,7 @@ void read_color_theme_file(void);
60/* Return the attribute (FILE_ATTR_*) of the file */ 60/* Return the attribute (FILE_ATTR_*) of the file */
61int filetype_get_attr(const char* file); 61int filetype_get_attr(const char* file);
62#ifdef HAVE_LCD_COLOR 62#ifdef HAVE_LCD_COLOR
63int filetype_get_color(const char * name, int attr); 63int filetype_get_color(const char* name, int attr);
64#endif 64#endif
65int filetype_get_icon(int attr); 65int filetype_get_icon(int attr);
66/* return the plugin filename associated with the file */ 66/* return the plugin filename associated with the file */