diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-20 19:17:10 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-20 19:17:10 +0000 |
commit | 8011ebfc9aa3920f855494c646d497b267187b88 (patch) | |
tree | 2797502c440a89a8d8f70695286f31a2e1ea4ebc | |
parent | 344ac5a068b70e7cd6c06b4be605716052253f61 (diff) |
Comment out "else" statement without following block.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28676 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index 622d9d3dfb..b2651acf55 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -639,7 +639,7 @@ skip_surface_allocation: { vo_vm_switch(); } - else +// else #endif XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &attribs); depth=attribs.depth; |