util: Use #ifdef instead of #if.

This is a typo fix of earlier commit 0f3b3751b8.
This commit is contained in:
Vinson Lee 2010-08-21 23:36:30 -07:00
parent 0f3b3751b8
commit 3bdbccef2a

View file

@ -73,7 +73,7 @@
#endif
#if DEBUG
#ifdef DEBUG
DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
#endif