Skip to content

Commit e082015

Browse files
committed
Fix quotes
1 parent 688591b commit e082015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuklear.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30787,7 +30787,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
3078730787
/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
3078830788
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
3078930789
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
30790-
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of char[1]
30790+
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of char[1]
3079130791
/// - 2024/12/11 (4.12.3) - Fix border color for property widgets
3079230792
/// - 2024/11/20 (4.12.2) - Fix int/float type conversion warnings in `nk_roundf`
3079330793
/// - 2024/03/07 (4.12.1) - Fix bitwise operations warnings in C++20

0 commit comments

Comments
 (0)