summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 09:52:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 09:52:55 +0000
commit80226b8d77f29f23b8fb7a1168f965ae37188765 (patch)
tree069d0227426e1c92cb2784f249db5aee327572ad /TOOLS
parent8826704061374e3c812d076808182b91e9ca02d3 (diff)
downloadmpv-80226b8d77f29f23b8fb7a1168f965ae37188765.tar.bz2
mpv-80226b8d77f29f23b8fb7a1168f965ae37188765.tar.xz
warning fix:
vivodump.c: In function 'main': vivodump.c:293: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/vivodump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/vivodump.c b/TOOLS/vivodump.c
index 8a0fe2eef2..6f14093797 100644
--- a/TOOLS/vivodump.c
+++ b/TOOLS/vivodump.c
@@ -290,4 +290,5 @@ muxer_write_index(avi);
fseek(f2,0,SEEK_SET);
muxer_write_header(avi);
+return 0;
}