From 0bd5396778a28c989ae4fb08190bf4daf4f4ea0e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 8 Aug 2007 19:04:23 +0000 Subject: cosmetic: extra space Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffserver.c') diff --git a/ffserver.c b/ffserver.c index 3c1f776..47c4bcc 100644 --- a/ffserver.c +++ b/ffserver.c @@ -759,7 +759,7 @@ static void close_connection(HTTPContext *c) } for(i=0; inb_streams; i++) - av_free(ctx->streams[i]) ; + av_free(ctx->streams[i]); if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE) current_bandwidth -= c->stream->bandwidth; -- cgit v1.1