changeset 6563:4a0b45902fc9

fixed uninit (it got never called before)
author alex
date Tue, 25 Jun 2002 19:10:03 +0000
parents f6fe6c990ba3
children 652ada9f9b66
files libvo/vo_xvidix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvidix.c	Tue Jun 25 18:54:26 2002 +0000
+++ b/libvo/vo_xvidix.c	Tue Jun 25 19:10:03 2002 +0000
@@ -405,7 +405,7 @@
 
 static void uninit(void)
 {
-    if ( vo_config_count ) return;
+    if ( !vo_config_count ) return;
     vidix_term();
 
     saver_on(mDisplay); /* screen saver back on */