changeset 4548:59a90d0d662d

Correct vesa shutdown on 'config playback' errors
author nick
date Wed, 06 Feb 2002 16:41:41 +0000
parents b07e453a34d7
children d5c91be7f9c9
files libvo/vo_vesa.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Wed Feb 06 16:41:06 2002 +0000
+++ b/libvo/vo_vesa.c	Wed Feb 06 16:41:41 2002 +0000
@@ -826,7 +826,7 @@
 		  {
 		    printf("vo_vesa: Can't initialize VIDIX driver\n");
 		    vidix_name = NULL;
-		    vidix_term();
+		    vesa_term();
 		    return -1;
 		  }
 		  else printf("vo_vesa: Using VIDIX\n");