[C] Refactoring

This commit is contained in:
seleznevae
2019-08-27 14:27:19 +03:00
parent 309f3c9da0
commit e6710b9410
7 changed files with 98 additions and 82 deletions

View File

@@ -578,7 +578,7 @@ const void *ft_to_string_impl(const ft_table_t *table, enum str_buf_type b_type)
const char *result = NULL;
/* Determing size of table string representation */
/* Determine size of table string representation */
size_t cod_height = 0;
size_t cod_width = 0;
int status = table_internal_codepoints_geometry(table, &cod_height, &cod_width);