summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/remap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/libdvdnav/remap.c')
-rw-r--r--src/input/libdvdnav/remap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/remap.c b/src/input/libdvdnav/remap.c
index 42bb8b3dd..e99420787 100644
--- a/src/input/libdvdnav/remap.c
+++ b/src/input/libdvdnav/remap.c
@@ -148,7 +148,7 @@ static int parseblock(char *buf, int *dom, int *tt, int *pg,
long tmp;
char *tok;
char *epos;
- char *marker[]={"domain", "title", "program", "start", "end"};
+ const char *marker[]={"domain", "title", "program", "start", "end"};
int st = 0;
tok = strtok( buf, " ");
while (st < 5) {