summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb2.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 21:59:54 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 21:59:54 +0000
commit208d4343ef9689e3b7e3e4ce81cae9987560d7fe (patch)
treee05c309e46d8d78d61fdcf985255e893d5d2554f /libvo/vo_directfb2.c
parentc40c5b480f10490f1529eb0550c42536c7943bcf (diff)
downloadmpv-208d4343ef9689e3b7e3e4ce81cae9987560d7fe.tar.bz2
mpv-208d4343ef9689e3b7e3e4ce81cae9987560d7fe.tar.xz
"()" to "(void)" function param list fixes
patch from Stefan Huehner, stefan huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_directfb2.c')
-rw-r--r--libvo/vo_directfb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_directfb2.c b/libvo/vo_directfb2.c
index 376a011d1e..15e56a886a 100644
--- a/libvo/vo_directfb2.c
+++ b/libvo/vo_directfb2.c
@@ -139,7 +139,7 @@ static int field_parity = -1;
* implementation *
******************************/
-void unlock() {
+void unlock(void) {
if (frame && framelocked) frame->Unlock(frame);
if (primary && primarylocked) primary->Unlock(primary);
}