fix compiler warning
This commit is contained in:
parent
6ea9d9da67
commit
b2b7c5c982
|
@ -98,7 +98,7 @@ typedef struct _RoutineList {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BOOKMARKS
|
#ifdef CONFIG_BOOKMARKS
|
||||||
typedef struct {
|
typedef struct _EBookmark {
|
||||||
char *Name;
|
char *Name;
|
||||||
EPoint BM;
|
EPoint BM;
|
||||||
} EBookmark;
|
} EBookmark;
|
||||||
|
|
Reference in a new issue