summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
commitbd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch)
tree5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/emu/debug/debugvw.h
parent6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff)
Results of running the latest srcclean.
Diffstat (limited to 'src/emu/debug/debugvw.h')
-rw-r--r--src/emu/debug/debugvw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/debug/debugvw.h b/src/emu/debug/debugvw.h
index 85cf219fb67..64bea264a60 100644
--- a/src/emu/debug/debugvw.h
+++ b/src/emu/debug/debugvw.h
@@ -112,7 +112,7 @@ struct _registers_subview_item
registers_subview_item *next; /* link to next item */
int index; /* index of this item */
const device_config *device; /* CPU to display */
- char name[1]; /* name of the subview item */
+ char name[1]; /* name of the subview item */
};
@@ -123,7 +123,7 @@ struct _disasm_subview_item
disasm_subview_item *next; /* link to next item */
int index; /* index of this item */
const address_space *space; /* address space to display */
- char name[1]; /* name of the subview item */
+ char name[1]; /* name of the subview item */
};
@@ -139,7 +139,7 @@ struct _memory_subview_item
offs_t offsetxor; /* XOR to apply to offsets */
UINT8 endianness; /* endianness of memory */
UINT8 prefsize; /* preferred bytes per chunk */
- char name[1]; /* name of the subview item */
+ char name[1]; /* name of the subview item */
};