diff options
author | Tim Potter <tpot@samba.org> | 2005-01-03 23:28:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:16 -0500 |
commit | ed1634c68462328d2c6dccb24798d672733f29f9 (patch) | |
tree | f0730c99f093f161763239acca8f1fc48a8195f6 /source4/build | |
parent | 4dd48e95cdd40d0d489253f51363aff7916aed9a (diff) | |
download | samba-ed1634c68462328d2c6dccb24798d672733f29f9.tar.gz samba-ed1634c68462328d2c6dccb24798d672733f29f9.tar.bz2 samba-ed1634c68462328d2c6dccb24798d672733f29f9.zip |
r4509: Add missing cr.
(This used to be commit 60f266bf6a30eee485c4f498569201ac50f85120)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/pidl/parser.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm index d6a27ddff2..83a6e06820 100644 --- a/source4/build/pidl/parser.pm +++ b/source4/build/pidl/parser.pm @@ -551,7 +551,7 @@ sub ParseElementPullScalar($$$) pidl "\tif (_ptr_$e->{NAME}) {\n"; pidl "\t\tNDR_ALLOC(ndr, $var_prefix$e->{NAME});\n"; if (util::has_property($e, "relative")) { - pidl "\t\tNDR_CHECK(ndr_pull_relative1(ndr, $var_prefix$e->{NAME}, _ptr_$e->{NAME}));"; + pidl "\t\tNDR_CHECK(ndr_pull_relative1(ndr, $var_prefix$e->{NAME}, _ptr_$e->{NAME}));\n"; } pidl "\t} else {\n"; pidl "\t\t$var_prefix$e->{NAME} = NULL;\n"; |