gallium: Fix debug_mask_vprintf's example.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 12 Mar 2008 22:39:44 +0000 (22:39 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 13 Mar 2008 10:23:02 +0000 (10:23 +0000)
src/gallium/include/pipe/p_debug.h

index f45363f..f971ad3 100644 (file)
@@ -121,7 +121,8 @@ uint32_t debug_mask_get(uint32_t uuid);
  * @code
  * #define MYDRIVER_UUID 0x12345678 // random 32 bit identifier
  * 
- * static inline mydriver_debug(uint32_t what, const char *format, ...)
+ * static void inline 
+ * mydriver_debug(uint32_t what, const char *format, ...)
  * {
  * #ifdef DEBUG
  *    va_list ap;