changeset 24203:bd25487e561f

warning fix: vivodump.c: In function 'main': vivodump.c:293: warning: control reaches end of non-void function
author diego
date Mon, 27 Aug 2007 09:52:55 +0000
parents bed2ed7f132c
children 4c9e1aae5876
files TOOLS/vivodump.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/vivodump.c	Mon Aug 27 09:47:17 2007 +0000
+++ b/TOOLS/vivodump.c	Mon Aug 27 09:52:55 2007 +0000
@@ -290,4 +290,5 @@
 fseek(f2,0,SEEK_SET);
 muxer_write_header(avi);
 
+return 0;
 }