summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/encdb.h.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/encdb.h.tmpl b/template/encdb.h.tmpl
index 4275a4c2f0..308227e9e9 100644
--- a/template/encdb.h.tmpl
+++ b/template/encdb.h.tmpl
@@ -61,7 +61,7 @@ encdirs.each do |encdir|
raise ArgumentError,
'%s:%d: ENC_ALIAS: %s is not defined yet. (alias %s)' %
[fn, $., $2, $1] unless defs[$2.upcase]
- when /^ENC_DUMMY\(\s*"([^"]+)"/
+ when /^ENC_DUMMY\w*\(\s*"([^"]+)"/
count += 1
else
next