Remove an offending *.

* e-cell-text.h: Remove an offending *.

svn path=/trunk/; revision=3359
This commit is contained in:
Dan Winship
2000-06-02 01:53:19 +00:00
parent 2b418bb61a
commit b42e523e9a
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-06-01 Dan Winship <danw@helixcode.com>
* e-cell-text.h: Remove an offending *.
2000-06-01 Christopher James Lahey <clahey@helixcode.com>
* e-table-sorted-variable.c: Made the sort when inserting a signal

View File

@ -54,7 +54,7 @@ typedef struct {
int strikeout_column;
int bold_column;
ECellTextFilter *filter;
ECellTextFilter filter;
} ECellText;
typedef struct {

View File

@ -54,7 +54,7 @@ typedef struct {
int strikeout_column;
int bold_column;
ECellTextFilter *filter;
ECellTextFilter filter;
} ECellText;
typedef struct {