[F] Fixed the example

This commit is contained in:
seleznevae
2018-05-08 21:12:20 +03:00
parent a8868e7bd9
commit 78acb23c47
4 changed files with 10 additions and 5 deletions

View File

@@ -363,6 +363,7 @@ clear:
}
#ifdef FT_HAVE_WCHAR
int wprint_row_separator(wchar_t *buffer, size_t buffer_sz,
const size_t *col_width_arr, size_t cols,
@@ -534,7 +535,7 @@ clear:
return status;
}
#endif
fort_row_t *create_row_from_string(const char *str)
{