summaryrefslogtreecommitdiffstats
path: root/src/vkutil.h
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2024-05-21 01:35:20 +0300
committergrm <grm@eyesin.space>2024-05-21 01:35:20 +0300
commitaf064c2411f101c500628b791e712f586953e84b (patch)
tree0fe3f3ff8cdd0d728f15f6cec4cca4d39aa8cb71 /src/vkutil.h
parent5f0de3a300e4c432272285de84b298ab29f1c07a (diff)
downloadcgame-af064c2411f101c500628b791e712f586953e84b.tar.gz
cgame-af064c2411f101c500628b791e712f586953e84b.tar.bz2
cgame-af064c2411f101c500628b791e712f586953e84b.zip
ez going
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)