diff options
Diffstat (limited to 'src/vkutil.h')
-rw-r--r-- | src/vkutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vkutil.h b/src/vkutil.h index 9188a07..123b97a 100644 --- a/src/vkutil.h +++ b/src/vkutil.h @@ -29,7 +29,7 @@ typedef enum { VK_ERROR, } log_type; -void +static inline void vk_log(log_type t, const char * f, ...) { #ifdef VKDEBUG |