mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 21:21:33 +00:00
warning fix:
vo_s3fb.c: In function 'enable': vo_s3fb.c:131: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24270 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c74f01a5f
commit
c6c3df07cd
@ -128,6 +128,7 @@ int enable() {
|
||||
free(v);
|
||||
v = NULL;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
void disable() {
|
||||
|
Loading…
Reference in New Issue
Block a user