From e763305ff1ce2aeaef1087f543ceb473bc3cb8d2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 24 May 2025 13:27:29 +0200 Subject: Fix an include guard. * src/json-common.h (GPGME_JSON_COMMON_H): Fix guard. -- Reported-by: Collin Funk Fixes-commit: d7267db472a4e4f65c8139f68d9d976c64b79636 --- src/json-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/json-common.h b/src/json-common.h index c8e708b0..c1a3b268 100644 --- a/src/json-common.h +++ b/src/json-common.h @@ -19,7 +19,7 @@ */ #ifndef GPGME_JSON_COMMON_H -#define GNUPG_JSON_COMMON_H +#define GPGME_JSON_COMMON_H #ifndef BUILD_COMMITID @@ -141,4 +141,4 @@ char *json_core_process_request (ctrl_t ctrl, const char *request); -#endif /*GNUPG_JSON_COMMON_H*/ +#endif /*GPGME_JSON_COMMON_H*/ -- cgit v1.2.3