From 23e05db79cf02a4fa1ef6e2f1158d11b4bf406b6 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Thu, 9 Sep 2010 20:23:41 +0000 Subject: Fix indentation. Originally committed as revision 25089 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cscd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cscd.c') diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c index e4f4b8f825..801565164f 100644 --- a/libavcodec/cscd.c +++ b/libavcodec/cscd.c @@ -224,7 +224,7 @@ static av_cold int decode_init(AVCodecContext *avctx) { av_log(avctx, AV_LOG_ERROR, "CamStudio codec error: invalid depth %i bpp\n", avctx->bits_per_coded_sample); - return 1; + return 1; } c->bpp = avctx->bits_per_coded_sample; c->pic.data[0] = NULL; -- cgit v1.2.3