Browse code

cosmetic: extra space

Originally committed as revision 9987 to svn://svn.ffmpeg.org/ffmpeg/trunk

Alex Beregszaszi authored on 2007/08/09 04:04:23
Showing 1 changed files
... ...
@@ -759,7 +759,7 @@ static void close_connection(HTTPContext *c)
759 759
     }
760 760
 
761 761
     for(i=0; i<ctx->nb_streams; i++)
762
-        av_free(ctx->streams[i]) ;
762
+        av_free(ctx->streams[i]);
763 763
 
764 764
     if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
765 765
         current_bandwidth -= c->stream->bandwidth;