summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-01-16 04:12:04 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-01-16 04:12:04 +0000
commitaebc07a8971238b115210e89eca8e7824eca8dbc (patch)
treea7157331b3813365da7703902380ac6309f5e934 /src/emu/mame.c
parentf6c832ea90a9c69c95b4006ff328867bb41ebe5c (diff)
Cleanups and version bump.
Diffstat (limited to 'src/emu/mame.c')
-rw-r--r--src/emu/mame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mame.c b/src/emu/mame.c
index e4260cb05e7..f812d21cf62 100644
--- a/src/emu/mame.c
+++ b/src/emu/mame.c
@@ -825,7 +825,7 @@ void memory_region_free(running_machine *machine, const char *name)
/*-------------------------------------------------
- memory_region_info - return a pointer to the
+ memory_region_info - return a pointer to the
information struct for a given memory region
-------------------------------------------------*/