mirror of https://github.com/mpv-player/mpv
Add return statement, fixes the warning:
test2.c:72: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26532 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d0e5a5224b
commit
c41f3b9244
|
@ -68,5 +68,5 @@ int main(int argc,char* argv[]){
|
|||
}
|
||||
|
||||
fclose(mp3file);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue