diff options
| author | 2015-06-24 07:36:50 +0200 | |
|---|---|---|
| committer | 2015-06-24 07:36:50 +0200 | |
| commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
| tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/tagmap.c | |
| parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) | |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/tagmap.c')
| -rw-r--r-- | src/lib/util/tagmap.c | 4 |
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 |
