From ffe50a92a8aaa88d8d21dfd9e42738a276d5d92b Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Fri, 14 Feb 2014 23:13:37 +0100 Subject: lavc/tiff_common: add const to silent warnings Signed-off-by: Lukasz Marek Signed-off-by: Michael Niedermayer --- libavcodec/tiff_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/tiff_common.c') diff --git a/libavcodec/tiff_common.c b/libavcodec/tiff_common.c index ce91219150..251af3d497 100644 --- a/libavcodec/tiff_common.c +++ b/libavcodec/tiff_common.c @@ -75,7 +75,7 @@ unsigned ff_tget(GetByteContext *gb, int type, int le) } } -static char *auto_sep(int count, char *sep, int i, int columns) +static const char *auto_sep(int count, const char *sep, int i, int columns) { if (sep) return i ? sep : ""; -- cgit v1.2.3