Fix build. Ouch!

This commit is contained in:
Behdad Esfahbod 2010-04-28 13:10:36 -04:00
parent a92f0fda7f
commit ba51b25c7b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
HB_REFERENCE_COUNT_GET_VALUE (obj->ref_count), \
__FUNCTION__)
#else
#define HB_OBJECT_DEBUG_OUT(obj) (void) 0
#define HB_OBJECT_DEBUG_OUT(obj) 1
#endif