From 8522a4bbea620a8e4d8753bd64e65ea113c713e6 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 14 Feb 2019 13:42:14 +0100 Subject: [PATCH] Fixed Clang warning ("multi-line comment"). XCode also also "space between \ and carriage return". Perhaps it would work with 2 spaces? Adding a dot for now.. --- imstb_truetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imstb_truetype.h b/imstb_truetype.h index 95631323b..c1cdb1806 100644 --- a/imstb_truetype.h +++ b/imstb_truetype.h @@ -253,7 +253,7 @@ // Documentation & header file 520 LOC \___ 660 LOC documentation // Sample code 140 LOC / // Truetype parsing 620 LOC ---- 620 LOC TrueType -// Software rasterization 240 LOC \ +// Software rasterization 240 LOC \. // Curve tessellation 120 LOC \__ 550 LOC Bitmap creation // Bitmap management 100 LOC / // Baked bitmap interface 70 LOC /