mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Whitespace, while I'm in the area...
This commit is contained in:
parent
22641c40fc
commit
5466f33dff
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ QFGL_LoadLibrary (void)
|
||||||
glGetProcAddress = dlsym (handle, "glXGetProcAddressARB");
|
glGetProcAddress = dlsym (handle, "glXGetProcAddressARB");
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
# error "Cannot load libraries: %s was not configured with DSO support"
|
# error "Cannot load libraries: %s was not configured with DSO support"
|
||||||
|
|
Loading…
Reference in a new issue