[MPlayer-cvslog] r23451 - trunk/libmpdemux/demuxer.h

Diego Biurrun diego at biurrun.de
Sun Jun 3 23:47:40 CEST 2007


On Sat, Jun 02, 2007 at 06:04:57PM +0200, zuxy wrote:
> 
> Log:
> Make realloc_struct inline as other functions defined in demuxer.h
> 
> --- trunk/libmpdemux/demuxer.h	(original)
> +++ trunk/libmpdemux/demuxer.h	Sat Jun  2 18:04:56 2007
> @@ -275,7 +275,7 @@ inline static void free_demux_packet(dem
>  
> -static void *realloc_struct(void *ptr, size_t nmemb, size_t size) {
> +inline static void *realloc_struct(void *ptr, size_t nmemb, size_t size) {

static needs to be the first keyword on a line, this will cause a
warning.

Diego



More information about the MPlayer-cvslog mailing list