mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
fix a typo
svn path=/trunk/; revision=30416
This commit is contained in:
parent
4c996c0670
commit
b07f6eda61
1 changed files with 3 additions and 3 deletions
|
@ -879,7 +879,7 @@ _glapi_get_proc_address(const char *funcName)
|
|||
#ifdef MANGLE
|
||||
if (funcName[0] != 'm' || funcName[1] != 'g' || funcName[2] != 'l')
|
||||
return NULL;
|
||||
-#else
|
||||
#else
|
||||
if (funcName[0] != 'g' || funcName[1] != 'l')
|
||||
return NULL;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue