summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-04 16:08:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-04 16:08:15 +0000
commitd2d509dc39b08e0c7d5ef4ec8bd24dc6785ac712 (patch)
tree0783bc3fbcb2a5d7c1ece08d5b22f45c1031ab81 /cfg-mplayer.h
parent75fad5bac6ded52ae201f0b4f6d79d6318ae6bf0 (diff)
downloadmpv-d2d509dc39b08e0c7d5ef4ec8bd24dc6785ac712.tar.bz2
mpv-d2d509dc39b08e0c7d5ef4ec8bd24dc6785ac712.tar.xz
Mark dxr2_opts array as const.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30998 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 0465725421..c1bfa57fcc 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -55,7 +55,7 @@ extern int menu_fribidi_flip_commas;
extern char *unrar_executable;
-extern m_option_t dxr2_opts[];
+extern const m_option_t dxr2_opts[];
extern char * skinName;
extern int guiWinID;