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/gl…
==============================================================================
--- 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 */