summaryrefslogtreecommitdiffstats
path: root/vobsub.c
diff options
context:
space:
mode:
Diffstat (limited to 'vobsub.c')
-rw-r--r--vobsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.c b/vobsub.c
index 671d30ac98..5c4628d2d7 100644
--- a/vobsub.c
+++ b/vobsub.c
@@ -58,7 +58,7 @@ rar_open(const char *const filename, const char *const mode)
stream->file = fopen(filename, mode);
if (stream->file == NULL) {
char *rar_filename;
- char *p;
+ const char *p;
int rc;
/* Guess the RAR archive filename */
rar_filename = NULL;