diff options
Diffstat (limited to 'apps/onplay.c')
| -rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 629de93..143745d 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]; |