[Mplayer-cvslog] CVS: main/linux vbelib.c,1.7,1.8 vbelib.h,1.5,1.6

Nick Kurshev nick at mplayer.dev.hu
Thu Oct 25 11:20:42 CEST 2001


Update of /cvsroot/mplayer/main/linux
In directory mplayer:/var/tmp.root/cvs-serv28753/main/linux

Modified Files:
	vbelib.c vbelib.h 
Log Message:
Suppress trivial warnings

Index: vbelib.c
===================================================================
RCS file: /cvsroot/mplayer/main/linux/vbelib.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vbelib.c	24 Oct 2001 07:51:44 -0000	1.7
+++ vbelib.c	25 Oct 2001 09:20:23 -0000	1.8
@@ -406,4 +406,4 @@
   retval = r.eax & 0xffff;
   if(retval == 0x4f) retval = VBE_OK;
   return retval;
-}
\ No newline at end of file
+}

Index: vbelib.h
===================================================================
RCS file: /cvsroot/mplayer/main/linux/vbelib.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vbelib.h	24 Oct 2001 09:18:08 -0000	1.5
+++ vbelib.h	25 Oct 2001 09:20:23 -0000	1.6
@@ -224,4 +224,4 @@
 /* Standard VGA stuff */
 int vbeWriteString(int x, int y, int attr, char *str);
 
-#endif
\ No newline at end of file
+#endif




More information about the MPlayer-cvslog mailing list