1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

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
This commit is contained in:
diego 2007-08-27 09:52:55 +00:00
parent 8826704061
commit 80226b8d77

View File

@ -290,4 +290,5 @@ muxer_write_index(avi);
fseek(f2,0,SEEK_SET);
muxer_write_header(avi);
return 0;
}