diff options
author | Michael Adam <obnox@samba.org> | 2012-12-10 16:58:43 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-12-10 22:15:24 +0100 |
commit | cbc6a2f5e41100a12f03838396d652af5f6c105d (patch) | |
tree | b820ed6bb190df8eb6d398149e4107f80b3c2c5c /pidl | |
parent | c5b150b33fc54ed97dbd0736cc6f4c15977d6e70 (diff) | |
download | samba-cbc6a2f5e41100a12f03838396d652af5f6c105d.tar.gz samba-cbc6a2f5e41100a12f03838396d652af5f6c105d.tar.bz2 samba-cbc6a2f5e41100a12f03838396d652af5f6c105d.zip |
pidl: change strange spelling __donnot_use_enum_* to __do_not_use_enum_*
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Samba4/Header.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/Header.pm b/pidl/lib/Parse/Pidl/Samba4/Header.pm index 3736315120..49c5afabba 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Header.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Header.pm @@ -142,7 +142,7 @@ sub HeaderEnum($$;$) my $count = 0; my $with_val = 0; my $without_val = 0; - pidl " { __donnot_use_enum_$name=0x7FFFFFFF}\n"; + pidl " { __do_not_use_enum_$name=0x7FFFFFFF}\n"; foreach my $e (@{$enum->{ELEMENTS}}) { my $t = "$e"; my $name; |