OSDN Git Service

cosmetic: extra space
authorAlex Beregszaszi <alex@rtfs.hu>
Wed, 8 Aug 2007 19:04:23 +0000 (19:04 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Wed, 8 Aug 2007 19:04:23 +0000 (19:04 +0000)
Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index 3c1f776..47c4bcc 100644 (file)
@@ -759,7 +759,7 @@ static void close_connection(HTTPContext *c)
     }
 
     for(i=0; i<ctx->nb_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;