changeset 28641:531d876a808f

Comment out "else" statement without following block.
author iive
date Fri, 20 Feb 2009 19:17:10 +0000
parents c727f66e35e1
children fd68de39e9f6
files libvo/vo_xvmc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvmc.c	Fri Feb 20 18:39:02 2009 +0000
+++ b/libvo/vo_xvmc.c	Fri Feb 20 19:17:10 2009 +0000
@@ -639,7 +639,7 @@
       {
          vo_vm_switch();
       }
-      else
+//      else
 #endif
    XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &attribs);
    depth=attribs.depth;