[MPlayer-cvslog] r32463 - trunk/vidix/mtrr.c

reimar subversion at mplayerhq.hu
Sat Oct 9 14:08:50 CEST 2010


Author: reimar
Date: Sat Oct  9 14:08:50 2010
New Revision: 32463

Log:
Add a missing const to declaration.

Modified:
   trunk/vidix/mtrr.c

Modified: trunk/vidix/mtrr.c
==============================================================================
--- trunk/vidix/mtrr.c	Sat Oct  9 14:07:49 2010	(r32462)
+++ trunk/vidix/mtrr.c	Sat Oct  9 14:08:50 2010	(r32463)
@@ -41,7 +41,7 @@ int	mtrr_set_type(unsigned base,unsigned
 {
 #ifdef __linux__
     FILE * mtrr_fd;
-    char * stype;
+    const char *stype;
     switch(type)
     {
 	case MTRR_TYPE_UNCACHABLE: stype = "uncachable"; break;


More information about the MPlayer-cvslog mailing list