# HG changeset patch # User diego # Date 1188208375 0 # Node ID bd25487e561f164784d4b1707a89f42a651c2cec # Parent bed2ed7f132c25a7d09851d692288f595187a854 warning fix: vivodump.c: In function 'main': vivodump.c:293: warning: control reaches end of non-void function diff -r bed2ed7f132c -r bd25487e561f TOOLS/vivodump.c --- 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; }