1
0
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:
diego 2007-08-28 17:08:04 +00:00
parent 2c74f01a5f
commit c6c3df07cd

View File

@ -128,6 +128,7 @@ int enable() {
free(v);
v = NULL;
}
return 0;
}
void disable() {