summaryrefslogtreecommitdiff
path: root/source3/script/genstruct.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/genstruct.pl')
-rwxr-xr-xsource3/script/genstruct.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/genstruct.pl b/source3/script/genstruct.pl
index e6d30773d6..081b81f510 100755
--- a/source3/script/genstruct.pl
+++ b/source3/script/genstruct.pl
@@ -136,7 +136,7 @@ sub parse_elements($$)
print OFILE "static const struct parse_struct pinfo_" . $name . "[] = {\n";
- while ($elements =~ /^.*?([a-z].*?);\s*?(\S*?)\s*?$(.*)/msi) {
+ while ($elements =~ /^.*?([a-z].*?);\s*?(\S*?)\s*?\$(.*)/msi) {
my($element) = $1;
my($flags) = $2;
$elements = $3;