Fixed a warning

This commit is contained in:
slidedraw 2002-04-11 00:12:43 +00:00
parent 10e32cf3e9
commit 1b0ebbe7ac
3 changed files with 12 additions and 12 deletions

View File

@ -441,17 +441,17 @@ This file was extended by config.status 2.50, executed with
> ./config.status > ./config.status
on moses on moses
config.status:5395: creating xlhtml/Makefile config.status:5395: creating Makefile
## ----------------------- ## ## ----------------------- ##
## Running config.status. ## ## Running config.status. ##
## ----------------------- ## ## ----------------------- ##
This file was extended by config.status 2.50, executed with This file was extended by config.status 2.50, executed with
> ./config.status > ./config.status
on moses on moses
config.status:5395: creating xlhtml/Makefile config.status:5487: creating config.h
## ----------------------- ## ## ----------------------- ##
## Running config.status. ## ## Running config.status. ##

View File

@ -47,6 +47,7 @@ extern void output_cell( cell *, int);
extern uni_string author; extern uni_string author;
extern int null_string(U8 *); extern int null_string(U8 *);
extern unsigned int next_font; extern unsigned int next_font;
extern struct work_sheet;
void output_header(void); void output_header(void);
void output_footer(void); void output_footer(void);

View File

@ -73,7 +73,6 @@ typedef struct /*!< This encapsulates some information about each worksheet */
uni_string ws_title; uni_string ws_title;
cell **c_array; cell **c_array;
U16 spanned; U16 spanned;
int ws_array;
}work_sheet; }work_sheet;
typedef struct /*!< This is everything we need to know about fonts */ typedef struct /*!< This is everything we need to know about fonts */