diff --git a/e_buffer.h b/e_buffer.h index 9c53aba..1d0cfe9 100644 --- a/e_buffer.h +++ b/e_buffer.h @@ -98,7 +98,7 @@ typedef struct _RoutineList { #endif #ifdef CONFIG_BOOKMARKS -typedef struct { +typedef struct _EBookmark { char *Name; EPoint BM; } EBookmark;