summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/tagmap.c
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
commit7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch)
tree1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/tagmap.c
parent3035213d045bc0edc31194fa5309c60ade5919ff (diff)
parentcda316ccfea6017740fbbf8d76a732eff54047ff (diff)
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/tagmap.c')
-rw-r--r--src/lib/util/tagmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/tagmap.c b/src/lib/util/tagmap.c
index 95b0ec4fabf..7995b578314 100644
--- a/src/lib/util/tagmap.c
+++ b/src/lib/util/tagmap.c
@@ -13,8 +13,8 @@
#include "tagmap.h"
#ifdef MAME_DEBUG
-/** @brief The tagmap finds. */
+/** @brief The tagmap finds. */
INT32 g_tagmap_finds = 0;
-/** @brief true to enable, false to disable the tagmap counter. */
+/** @brief true to enable, false to disable the tagmap counter. */
bool g_tagmap_counter_enabled = false;
#endif