gallium: Fix debug_mask_vprintf's example.

This commit is contained in:
José Fonseca 2008-03-12 22:39:44 +00:00
parent 192d1cbbdf
commit 8506e41dc0
1 changed files with 2 additions and 1 deletions

View 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;