summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/textbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/textbuf.c')
-rw-r--r--src/emu/debug/textbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/debug/textbuf.c b/src/emu/debug/textbuf.c
index 08b8fb2214e..0721c75327f 100644
--- a/src/emu/debug/textbuf.c
+++ b/src/emu/debug/textbuf.c
@@ -26,8 +26,7 @@
TYPE DEFINITIONS
***************************************************************************/
-/* typedef struct _text_buffer text_buffer; -- declared in textbuf.h */
-struct _text_buffer
+struct text_buffer
{
char * buffer;
INT32 * lineoffs;