From 3568853f63e1ab8ff1fc0773a132d14187a0e2d8 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 24 Jan 2011 23:36:12 +0000 Subject: Make this_year static to cmdutils.c Signed-off-by: Mans Rullgard --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index 295d10798a..58fe85cfda 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2011; +static const int this_year = 2011; void init_opts(void) { -- cgit v1.2.3