From af43e6b00688648072c29442320a016f49d29a5a Mon Sep 17 00:00:00 2001 From: Fabian Giesen Date: Sat, 23 Feb 2019 05:32:27 -0800 Subject: [PATCH] stb_truetype: Fix warning in comment. Replace ASCII art with slightly crappier ASCII art that is not going to make compilers complain about trailing backslashes. Fixes issue #707. --- stb_truetype.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stb_truetype.h b/stb_truetype.h index a4d387c..89b47c1 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -245,13 +245,13 @@ // // SOURCE STATISTICS (based on v0.6c, 2050 LOC) // -// Documentation & header file 520 LOC \___ 660 LOC documentation -// Sample code 140 LOC / +// Documentation & header file 520 LOC )___ 660 LOC documentation +// Sample code 140 LOC ) // Truetype parsing 620 LOC ---- 620 LOC TrueType -// Software rasterization 240 LOC \ -// Curve tessellation 120 LOC \__ 550 LOC Bitmap creation -// Bitmap management 100 LOC / -// Baked bitmap interface 70 LOC / +// Software rasterization 240 LOC ) +// Curve tessellation 120 LOC )___ 550 LOC Bitmap creation +// Bitmap management 100 LOC ) +// Baked bitmap interface 70 LOC ) // Font name matching & access 150 LOC ---- 150 // C runtime library abstraction 60 LOC ---- 60 //