fix compiler warning

This commit is contained in:
Gered 2019-03-31 16:31:33 -04:00
parent 6ea9d9da67
commit b2b7c5c982

View file

@ -98,7 +98,7 @@ typedef struct _RoutineList {
#endif
#ifdef CONFIG_BOOKMARKS
typedef struct {
typedef struct _EBookmark {
char *Name;
EPoint BM;
} EBookmark;