diff options
author | 2009-09-24 07:56:15 +0000 | |
---|---|---|
committer | 2009-09-24 07:56:15 +0000 | |
commit | 1f7a6caba98beb361787766d450bf8e684d18cb3 (patch) | |
tree | be063f88b4aeb6fc06f3eb8d84986c21747438d0 /src/emu/devintrf.c | |
parent | d72571de57157c756c4669091d025dbf80ec7fb9 (diff) |
Cleanups and version bump.mame0134u1
Diffstat (limited to 'src/emu/devintrf.c')
-rw-r--r-- | src/emu/devintrf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c index 57397dd18a1..69002896b3b 100644 --- a/src/emu/devintrf.c +++ b/src/emu/devintrf.c @@ -361,15 +361,15 @@ const device_config *device_list_find_by_tag(const device_config *listhead, cons /*------------------------------------------------- - device_find_child_by_tag - retrieve a child - device configuration based on a tag + device_find_child_by_tag - retrieve a child + device configuration based on a tag -------------------------------------------------*/ const device_config *device_find_child_by_tag(const device_config *owner, const char *tag) { astring *tempstring; const device_config *child; - + assert(owner != NULL); assert(tag != NULL); |