From a0377bd500bc3185f840a67b4ee82ddaf7eaa5ab Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 5 Dec 2011 19:23:46 +0000 Subject: Sprinkle around some static and const. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31153 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 629de93886..143745d366 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -66,7 +66,7 @@ #include "shortcuts.h" static int context; -static char* selected_file = NULL; +static const char* selected_file = NULL; static int selected_file_attr = 0; static int onplay_result = ONPLAY_OK; static char clipboard_selection[MAX_PATH]; -- cgit