summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcon.c')
-rw-r--r--src/emu/debug/debugcon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/debug/debugcon.c b/src/emu/debug/debugcon.c
index 53c234a28f5..846f54b5575 100644
--- a/src/emu/debug/debugcon.c
+++ b/src/emu/debug/debugcon.c
@@ -36,8 +36,7 @@
TYPE DEFINITIONS
***************************************************************************/
-typedef struct _debug_command debug_command;
-struct _debug_command
+struct debug_command
{
debug_command * next;
char command[32];