1
0
Fork 0

[F] Fixed compilation error

This commit is contained in:
seleznevae 2018-03-25 11:38:59 +03:00
parent 49d36179bd
commit 8a79a05a96
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ struct fort_entire_table_options
int right_margin;
int bottom_margin;
};
typedef fort_entire_table_options fort_entire_table_options_t;
typedef struct fort_entire_table_options fort_entire_table_options_t;
extern fort_entire_table_options_t g_entire_table_options;
fort_status_t set_entire_table_option(fort_table_options_t *table_options, uint32_t option, int value);
fort_status_t set_default_entire_table_option(uint32_t option, int value);