mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
glapi: Fix non-debug builds
This commit is contained in:
parent
1d61793824
commit
7aae70406b
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ _glapi_enable_logging(void (*func)(void *data, const char *fmt, ...),
|
|||
int
|
||||
_glapi_logging_available(void)
|
||||
{
|
||||
return 0
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue