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