diff options
Diffstat (limited to 'textproc/openjade/files/patch-msggen')
-rw-r--r-- | textproc/openjade/files/patch-msggen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/openjade/files/patch-msggen b/textproc/openjade/files/patch-msggen index cc176f005018..2289b6e5af00 100644 --- a/textproc/openjade/files/patch-msggen +++ b/textproc/openjade/files/patch-msggen @@ -29,4 +29,4 @@ https://bugs.gentoo.org/show_bug.cgi?id=420083 + $argc = substr($field[0], 1, 1); } $nargs[$num] = $argc; - $field[1] =~ /^[a-zA-Z_][a-zA-Z0-9_]+$/ || &error("invalid tag");
\ No newline at end of file + $field[1] =~ /^[a-zA-Z_][a-zA-Z0-9_]+$/ || &error("invalid tag"); |