From 89897359776a5b7cb19d262a359516584a7d1764 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 9 Nov 2023 16:17:50 +0100 Subject: [PATCH] librpc: Fix #define header guard Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- librpc/wsp/wsp_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/wsp/wsp_util.h b/librpc/wsp/wsp_util.h index 0f64da2e550..ccda53b88cc 100644 --- a/librpc/wsp/wsp_util.h +++ b/librpc/wsp/wsp_util.h @@ -19,7 +19,7 @@ * along with this program; if not, see . */ #ifndef __LIBRPC_WSP_UTIL_H__ -#define __LIBRPC_WSP_UTIL__H__ +#define __LIBRPC_WSP_UTIL_H__ #include "librpc/gen_ndr/misc.h"