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 7ab19a0..9188a07 100644
--- a/src/vkutil.h
+++ b/src/vkutil.h
@@ -18,7 +18,7 @@ do { \
VkResult err = x; \
if (err) { \
fprintf(stderr, "%s:%d:0: vulkan error: %s \n", \
- __FILE__+3, __LINE__, string_VkResult(err)); \
+ __FILE__, __LINE__, string_VkResult(err)); \
abort(); \
} \
} while (0)