summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/hashfile.c')
-rw-r--r--src/emu/hashfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/hashfile.c b/src/emu/hashfile.c
index ed392b6e90b..15a5ea9ffd4 100644
--- a/src/emu/hashfile.c
+++ b/src/emu/hashfile.c
@@ -178,7 +178,7 @@ static void start_handler(void *data, const char *tagname, const char **attribut
hash_collection hashes;
astring all_functions;
char functions;
-// iodevice_t device;
+// iodevice_t device;
int i;
switch(state->pos)
@@ -198,7 +198,7 @@ static void start_handler(void *data, const char *tagname, const char **attribut
{
// we are now examining a hash tag
name = NULL;
-// device = IO_COUNT;
+// device = IO_COUNT;
while(attributes[0])
{
@@ -231,7 +231,7 @@ static void start_handler(void *data, const char *tagname, const char **attribut
unknown_attribute_value(state, attributes[0], attributes[1]);
else
{
- // device = (iodevice_t) i;
+ // device = (iodevice_t) i;
}
}
else