From: Joseph Sutton Date: Mon, 13 Nov 2023 00:48:22 +0000 (+1300) Subject: librpc:ndr: Fix comment X-Git-Tag: talloc-2.4.2~688 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2562f24d112775236a44d86404e634b1db6c992c;p=thirdparty%2Fsamba.git librpc:ndr: Fix comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 5f84b0be7df..f8471233453 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -177,8 +177,8 @@ struct ndr_print { 0) /* - * Mark an element as SECRET, it won't be printed by - * via ndr_print* unless NDR_PRINT_SECRETS is specified. + * Mark an element as SECRET, it won't be printed via + * ndr_print* unless NDR_PRINT_SECRETS is specified. */ #define LIBNDR_FLAG_IS_SECRET (1U<<14)