Skip to content

Commit 9bf0e3f

Browse files
Testing CI (8) - fixed the error
1 parent ce57bb3 commit 9bf0e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5669,7 +5669,7 @@ void VmaStringBuilder::Add(const char* pStr)
56695669
}
56705670

56715671
void VmaStringBuilder::AddNumber(uint32_t num)
5672-
{)(#%&()*%TYU$(*T$(TY$(YT$(HT())))))
5672+
{
56735673
char buf[11];
56745674
buf[10] = '\0';
56755675
char* p = &buf[10];

0 commit comments

Comments
 (0)