summaryrefslogtreecommitdiff
path: root/pidl/lib
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-11 12:38:05 +0200
committerGünther Deschner <gd@samba.org>2010-10-11 15:12:57 +0000
commitdf7523c79208cc374060787f726f9066007d88ea (patch)
tree66e703e54d5b0572ea65cfc1a1ff00434f13c1ef /pidl/lib
parent33c6a4eb8a0017db9d7b3cc337142fd1d08b5da5 (diff)
downloadsamba-df7523c79208cc374060787f726f9066007d88ea.tar.gz
samba-df7523c79208cc374060787f726f9066007d88ea.tar.bz2
samba-df7523c79208cc374060787f726f9066007d88ea.zip
pidl: fix minor typo in s3 server generation.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 11 15:12:57 UTC 2010 on sn-devel-104
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
index 1cbf187601..0ebccf552c 100644
--- a/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
@@ -190,7 +190,7 @@ sub ParseFunction($$)
pidl "}";
pidl "";
pidl "if (DEBUGLEVEL >= 10) {";
- pidl "\nNDR_PRINT_FUNCTION_DEBUG($fn->{NAME}, NDR_OUT | NDR_SET_VALUES, r);";
+ pidl "\tNDR_PRINT_FUNCTION_DEBUG($fn->{NAME}, NDR_OUT | NDR_SET_VALUES, r);";
pidl "}";
pidl "";
pidl "push = ndr_push_init_ctx(r);";