[Mplayer-cvslog] CVS: main/libdha mtrr.c,1.2,1.3
    Bohdan 'Nexus' Horst 
    nexus at mplayer.dev.hu
       
    Sun Feb  3 14:19:42 CET 2002
    
    
  
Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv22821
Modified Files:
	mtrr.c 
Log Message:
fix typo
Index: mtrr.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/mtrr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mtrr.c	3 Feb 2002 09:29:35 -0000	1.2
+++ mtrr.c	3 Feb 2002 13:19:39 -0000	1.3
@@ -42,7 +42,7 @@
     return ENOSYS;
 #else
 #warning Please port MTRR stuff!!!
-    return ENOSYS
+    return ENOSYS;
 #endif
 }
 #else
    
    
More information about the MPlayer-cvslog
mailing list