[C] Fixed some compiler warnings

This commit is contained in:
seleznevae
2018-04-16 21:15:44 +03:00
parent 551ec6089b
commit d4a6e59a97
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#include <wchar.h>
#include <locale.h>
static FTABLE *create_basic_table()
static FTABLE *create_basic_table(void)
{
FTABLE *table = ft_create_table();
ft_set_cell_option(table, FT_ANY_ROW, 0, FT_COPT_TEXT_ALIGN, FT_ALIGNED_CENTER);