summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-11-19 05:34:46 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-11-19 05:34:46 +0000
commitcf62f4e8bc75cd7bbec7fa815216fcd70e6df12a (patch)
tree755dfefeb289d77f18eb07e60b7ddf7b3bf28788
parent5709ada61aa08af3e58db04d00d22979793c9f67 (diff)
Put minimum tag length back to 2 characters for now.
-rw-r--r--src/emu/mconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/mconfig.h b/src/emu/mconfig.h
index 506076ed821..4e4fcb71e3c 100644
--- a/src/emu/mconfig.h
+++ b/src/emu/mconfig.h
@@ -24,8 +24,8 @@
CONSTANTS
***************************************************************************/
-/* by convention, tags should all lowercase and between 3-15 characters */
-#define MIN_TAG_LENGTH 3
+/* by convention, tags should all lowercase and between 2-15 characters */
+#define MIN_TAG_LENGTH 2
#define MAX_TAG_LENGTH 15