[Mplayer-cvslog] CVS: main/linux vbelib.h,1.4,1.5
Nick Kurshev
nick at mplayer.dev.hu
Wed Oct 24 11:18:23 CEST 2001
Update of /cvsroot/mplayer/main/linux
In directory mplayer:/var/tmp.root/cvs-serv27882/main/linux
Modified Files:
vbelib.h
Log Message:
Suppressing warnings
Index: vbelib.h
===================================================================
RCS file: /cvsroot/mplayer/main/linux/vbelib.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vbelib.h 23 Oct 2001 09:31:28 -0000 1.4
+++ vbelib.h 24 Oct 2001 09:18:08 -0000 1.5
@@ -194,7 +194,7 @@
#define VBE_VESA_ERRCODE_MASK 0xff00
extern int vbeInit( void );
-extern int vbeDetroy( void );
+extern int vbeDestroy( void );
extern int vbeGetControllerInfo(struct VbeInfoBlock *);
extern int vbeGetModeInfo(unsigned mode,struct VesaModeInfoBlock *);
More information about the MPlayer-cvslog
mailing list