summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/emu/hashfile.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
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