mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 20:10:23 +01:00
util: Use #ifdef instead of #if.
This is a typo fix of earlier commit 0f3b3751b8.
This commit is contained in:
parent
0f3b3751b8
commit
3bdbccef2a
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue