mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 00:10:33 +01:00
mesa: add missing semicolon
See bug 25663.
This commit is contained in:
parent
35ff190a9c
commit
8a09e6e2ad
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ GenericFunc
|
|||
_mesa_dlsym(void *handle, const char *fname)
|
||||
{
|
||||
#if defined(__blrts)
|
||||
return (GenericFunc) NULL
|
||||
return (GenericFunc) NULL;
|
||||
#elif defined(__DJGPP__)
|
||||
/* need '_' prefix on symbol names */
|
||||
char fname2[1000];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue