]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pidl: fix trailing double-quote on last line of s3 server stubs
authorGünther Deschner <gd@samba.org>
Tue, 19 Mar 2024 17:24:13 +0000 (18:24 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Mar 2024 23:42:34 +0000 (23:42 +0000)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
pidl/lib/Parse/Pidl/Samba3/Template.pm

index 6c1bbf3725bf7b5540a1ccd4dd76df6445d484a9..c8fcf089541c393a1a3daa8761674a414d89a351 100644 (file)
@@ -83,7 +83,7 @@ $pad"."struct $fname *r)
        }
 $res .=
 "/* include the generated boilerplate */
-#include \"librpc/gen_ndr/ndr_$name\_scompat.c\
+#include \"librpc/gen_ndr/ndr_$name\_scompat.c\"\
 ";
 }