summaryrefslogtreecommitdiffstats
path: root/src/vkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vkutil.h')
-rw-r--r--src/vkutil.h2
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