From add954399bd4bfd6752ca2f145b2ad8423152032 Mon Sep 17 00:00:00 2001 From: vurtun Date: Tue, 15 Dec 2015 13:32:49 +0100 Subject: [PATCH] fixed typo --- zahnrad.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zahnrad.c b/zahnrad.c index 177eb3b..f32c149 100644 --- a/zahnrad.c +++ b/zahnrad.c @@ -196,7 +196,7 @@ zr_vec2(float x, float y) /* * ============================================================== * - * STANDART + * STANDARD * * =============================================================== */ @@ -1079,6 +1079,7 @@ zr_user_font_glyphs_fitting_in_space(const struct zr_user_font *font, const char zr_size glyph_len; float width = 0; float last_width = 0; + zr_rune unicode; zr_size offset = 0; zr_size g = 0;