[PATCH gpgme] Fix include guard for src/json-common.h
Collin Funk
collin.funk1 at gmail.com
Sat May 24 02:39:03 CEST 2025
--
Fixes-commit: d7267db472a4e4f65c8139f68d9d976c64b79636
Signed-off-by: Collin Funk <collin.funk1 at gmail.com>
---
src/json-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/json-common.h b/src/json-common.h
index c8e708b0..b93ee392 100644
--- a/src/json-common.h
+++ b/src/json-common.h
@@ -18,7 +18,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
-#ifndef GPGME_JSON_COMMON_H
+#ifndef GNUPG_JSON_COMMON_H
#define GNUPG_JSON_COMMON_H
--
2.49.0
More information about the Gnupg-devel
mailing list