summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debugwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debugwin.c')
-rw-r--r--src/osd/sdl/debugwin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/sdl/debugwin.c b/src/osd/sdl/debugwin.c
index c4e4330c4b4..fb99313c38a 100644
--- a/src/osd/sdl/debugwin.c
+++ b/src/osd/sdl/debugwin.c
@@ -58,8 +58,7 @@ typedef struct hentry {
typedef struct _win_i win_i;
-typedef struct _edit edit;
-struct _edit {
+struct edit {
GtkEntry *edit_w;
struct hentry *h, *ch;
char *hold;