[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.98,1.99

Diego Biurrun CVS diego at mplayerhq.hu
Wed Dec 24 23:00:53 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/tmp/cvs-serv7282/libvo

Modified Files:
	vo_vesa.c 
Log Message:
occured --> occurred typo patch by Clinton Roy <croy at dstc.edu.au>


Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- vo_vesa.c	7 Dec 2003 15:08:20 -0000	1.98
+++ vo_vesa.c	24 Dec 2003 22:00:50 -0000	1.99
@@ -185,7 +185,7 @@
     show_err:
     vesa_term();
     PRINT_VBE_ERR("vbeSetWindow",err);
-    printf("vo_vesa: Fatal error occured! Can't continue\n");
+    printf("vo_vesa: Fatal error occurred! Can't continue\n");
     abort();
   }
   win.low = new_offset * gran;
@@ -387,7 +387,7 @@
     {
       vesa_term();
       PRINT_VBE_ERR("vbeSetDisplayStart",err);
-      printf("vo_vesa: Fatal error occured! Can't continue\n");
+      printf("vo_vesa: Fatal error occurred! Can't continue\n");
       abort();
     }
     multi_idx = multi_idx ? 0 : 1;




More information about the MPlayer-cvslog mailing list