1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

pidl: fix trailing double-quote on last line of s3 server stubs

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Günther Deschner 2024-03-19 18:24:13 +01:00 committed by Andrew Bartlett
parent efffb2484b
commit 56719a5d10

View 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\"\
";
}