summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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