diff --git a/src/render/topti.c b/src/render/topti.c index 0fe2868..f7f88e4 100644 --- a/src/render/topti.c +++ b/src/render/topti.c @@ -169,7 +169,6 @@ char const *drsize(char const *str_char, font_t const *f, int width, int *w) code_point = topti_utf8_next(&str); if(!code_point) { - str_char = (void *)str; break; }