[ros-diffs] [greatlrd] 30416: fix a typo

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Tue Nov 13 12:22:24 CET 2007


Author: greatlrd
Date: Tue Nov 13 14:22:24 2007
New Revision: 30416

URL: http://svn.reactos.org/svn/reactos?rev=30416&view=rev
Log:
fix a typo

Modified:
    trunk/reactos/dll/3rdparty/mesa32/src/glapi/glapi.c

Modified: trunk/reactos/dll/3rdparty/mesa32/src/glapi/glapi.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/mesa32/src/glapi/glapi.c?rev=30416&r1=30415&r2=30416&view=diff
==============================================================================
--- trunk/reactos/dll/3rdparty/mesa32/src/glapi/glapi.c (original)
+++ trunk/reactos/dll/3rdparty/mesa32/src/glapi/glapi.c Tue Nov 13 14:22:24 2007
@@ -878,10 +878,10 @@
 
 #ifdef MANGLE
    if (funcName[0] != 'm' || funcName[1] != 'g' || funcName[2] != 'l')
-      return NULL;
--#else
+       return NULL;
+#else
    if (funcName[0] != 'g' || funcName[1] != 'l')
-      return NULL;
+       return NULL;
 #endif
 
    /* search extension functions first */




More information about the Ros-diffs mailing list