From b0f29db5c2b8d1b7de2ccac815e33090e8c49cff Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 20 Feb 2012 00:42:33 -0800 Subject: Mark mutable static data const where appropriate. --- libavfilter/vf_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_select.c') diff --git a/libavfilter/vf_select.c b/libavfilter/vf_select.c index 0ec443aec5..13ec0407d5 100644 --- a/libavfilter/vf_select.c +++ b/libavfilter/vf_select.c @@ -28,7 +28,7 @@ #include "libavutil/mathematics.h" #include "avfilter.h" -static const char *var_names[] = { +static const char *const var_names[] = { "E", ///< Euler number "PHI", ///< golden ratio "PI", ///< greek pi -- cgit v1.2.3