[MPlayer-cvslog] r35403 - trunk/stream/http.c
reimar
subversion at mplayerhq.hu
Sat Nov 10 14:55:01 CET 2012
Author: reimar
Date: Sat Nov 10 14:55:01 2012
New Revision: 35403
Log:
Remove pointless cast.
Modified:
trunk/stream/http.c
Modified: trunk/stream/http.c
==============================================================================
--- trunk/stream/http.c Sat Nov 10 14:53:29 2012 (r35402)
+++ trunk/stream/http.c Sat Nov 10 14:55:01 2012 (r35403)
@@ -852,7 +852,7 @@ err_out:
http_free( http_hdr );
http_hdr = NULL;
out:
- stream->streaming_ctrl->data = (void*)http_hdr;
+ stream->streaming_ctrl->data = http_hdr;
stream->fd = fd;
return res;
}
More information about the MPlayer-cvslog
mailing list