From b2b7c5c9825c435abdd00a4e0527cc157e294a05 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 31 Mar 2019 16:31:33 -0400 Subject: [PATCH] fix compiler warning --- e_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;