r4509: Add missing cr.
authorTim Potter <tpot@samba.org>
Mon, 3 Jan 2005 23:28:45 +0000 (23:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:16 +0000 (13:08 -0500)
(This used to be commit 60f266bf6a30eee485c4f498569201ac50f85120)

source4/build/pidl/parser.pm

index d6a27ddff260e77301ae5c0eeabd0ef1f544c2e9..83a6e0682075eb0ebe0fc3989e8afcc97d1ddfd2 100644 (file)
@@ -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";