diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 17:19:44 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-14 17:19:44 +0100 |
| commit | 2339bb34dc3fcc155a04abda51df9fa00732df93 (patch) | |
| tree | 1832d05244d55417fb3505263af74c238ec3c2a2 /src/input/input_dvd.c | |
| parent | 1860c0e221f617406df80b0d35d22462dbcb9055 (diff) | |
| parent | dc36f8d045cf4f723c44766f44c92e1810e37f4f (diff) | |
| download | xine-lib-2339bb34dc3fcc155a04abda51df9fa00732df93.tar.gz xine-lib-2339bb34dc3fcc155a04abda51df9fa00732df93.tar.bz2 | |
Merge changes.
Diffstat (limited to 'src/input/input_dvd.c')
| -rw-r--r-- | src/input/input_dvd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 23a0aad64..ac09e934b 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -158,7 +158,7 @@ # define lseek64 lseek #endif -static const char *dvdnav_menu_table[] = { +static const char *const dvdnav_menu_table[] = { NULL, NULL, "Title", @@ -1791,7 +1791,7 @@ static void *init_class (xine_t *xine, void *data) { { /* we have found libdvdcss, enable the specific config options */ char *raw_device; - static const char *decrypt_modes[] = { "key", "disc", "title", NULL }; + static const char *const decrypt_modes[] = { "key", "disc", "title", NULL }; int mode; raw_device = config->register_filename(config, "media.dvd.raw_device", |
