Fixed a warning
This commit is contained in:
@@ -47,6 +47,7 @@ extern void output_cell( cell *, int);
|
||||
extern uni_string author;
|
||||
extern int null_string(U8 *);
|
||||
extern unsigned int next_font;
|
||||
extern struct work_sheet;
|
||||
|
||||
void output_header(void);
|
||||
void output_footer(void);
|
||||
|
@@ -73,7 +73,6 @@ typedef struct /*!< This encapsulates some information about each worksheet */
|
||||
uni_string ws_title;
|
||||
cell **c_array;
|
||||
U16 spanned;
|
||||
int ws_array;
|
||||
}work_sheet;
|
||||
|
||||
typedef struct /*!< This is everything we need to know about fonts */
|
||||
|
Reference in New Issue
Block a user