From 9953803d0cacba488c4ede50fe9d757a8da36d51 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 5 Dec 2016 03:53:54 -0800 Subject: [PATCH] fix bad search-replace in comment --- stb_sprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_sprintf.h b/stb_sprintf.h index 8fdc70e..4be7b14 100644 --- a/stb_sprintf.h +++ b/stb_sprintf.h @@ -79,7 +79,7 @@ doesn't either). If you don't need float or doubles at all, define STB_SPRINTF_NOFLOAT and you'll save 4K of code space. -64-STBSP__INTMAXT INTS: +64-BIT INTS: ============ This library also supports 64-bit integers and you can use MSVC style or GCC style indicators (%I64d or %lld). It supports the C99 specifiers