From ac50839423d12432f68b041c52deaa579c25d5c2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 2 Sep 2005 16:50:51 +0000 Subject: Optimised new file association handling. Fixed NULL pointer accesses. Const policed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7459 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index 200d338039..e72dd6ffd3 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -23,7 +23,7 @@ #include #include -int filetype_get_attr(char*); +int filetype_get_attr(const char*); #ifdef HAVE_LCD_BITMAP const char* filetype_get_icon(int); #else -- cgit v1.2.3