From 8a79a05a9601e1e50fae12b0df85a2cc9ceac76a Mon Sep 17 00:00:00 2001 From: seleznevae Date: Sun, 25 Mar 2018 11:38:59 +0300 Subject: [PATCH] [F] Fixed compilation error --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.h b/src/options.h index 165fc38..9529457 100644 --- a/src/options.h +++ b/src/options.h @@ -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);