summaryrefslogtreecommitdiff
path: root/src/libspucc/cc_decoder.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-19 19:29:34 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-19 19:29:34 +0100
commit63ba5c5f0504600844f9a9e50b9d7da3b10953f0 (patch)
tree19cd1a4d9780040e8707a9c77cccb7095d2cb6a5 /src/libspucc/cc_decoder.h
parente387e33000e17bda5b1c4e29a545b1cc60618342 (diff)
downloadxine-lib-63ba5c5f0504600844f9a9e50b9d7da3b10953f0.tar.gz
xine-lib-63ba5c5f0504600844f9a9e50b9d7da3b10953f0.tar.bz2
Mark more arrays as constant.
Diffstat (limited to 'src/libspucc/cc_decoder.h')
-rw-r--r--src/libspucc/cc_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspucc/cc_decoder.h b/src/libspucc/cc_decoder.h
index 8698189a6..3924bb8be 100644
--- a/src/libspucc/cc_decoder.h
+++ b/src/libspucc/cc_decoder.h
@@ -31,7 +31,7 @@ typedef struct cc_decoder_s cc_decoder_t;
typedef struct cc_renderer_s cc_renderer_t;
#define NUM_CC_PALETTES 2
-static const char *cc_schemes[NUM_CC_PALETTES + 1] = {
+static const char *const cc_schemes[NUM_CC_PALETTES + 1] = {
"White/Gray/Translucent",
"White/Black/Solid",
NULL