[MPlayer-cvslog] r24223 - trunk/TOOLS/vivodump.c

diego subversion at mplayerhq.hu
Mon Aug 27 11:52:55 CEST 2007


Author: diego
Date: Mon Aug 27 11:52:55 2007
New Revision: 24223

Log:
warning fix:
vivodump.c: In function 'main':
vivodump.c:293: warning: control reaches end of non-void function


Modified:
   trunk/TOOLS/vivodump.c

Modified: trunk/TOOLS/vivodump.c
==============================================================================
--- trunk/TOOLS/vivodump.c	(original)
+++ trunk/TOOLS/vivodump.c	Mon Aug 27 11:52:55 2007
@@ -290,4 +290,5 @@ muxer_write_index(avi);
 fseek(f2,0,SEEK_SET);
 muxer_write_header(avi);
 
+return 0;
 }



More information about the MPlayer-cvslog mailing list