mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
gallium: Fix debug_mask_vprintf's example.
This commit is contained in:
parent
192d1cbbdf
commit
8506e41dc0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue