Minor fix after c0cf25d
diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h
index b11edff..8523b6f 100644
--- a/src/vk_mem_alloc.h
+++ b/src/vk_mem_alloc.h
@@ -1935,7 +1935,7 @@
     #if defined(_WIN32)

         #include <windows.h>

     #else

-        #error "VMA Recording functionality is not yet available for non-Windows platforms"

+        #error VMA Recording functionality is not yet available for non-Windows platforms

     #endif

 #endif