aboutsummaryrefslogtreecommitdiffstats
path: root/src/json-common.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-05-24 11:27:29 +0000
committerWerner Koch <[email protected]>2025-05-24 11:27:29 +0000
commite763305ff1ce2aeaef1087f543ceb473bc3cb8d2 (patch)
treed5374427dc6bc3332c1c0ee67ba99bfa1127aff2 /src/json-common.h
parentjson: Fix minor memory leak. (diff)
downloadgpgme-e763305ff1ce2aeaef1087f543ceb473bc3cb8d2.tar.gz
gpgme-e763305ff1ce2aeaef1087f543ceb473bc3cb8d2.zip
Fix an include guard.HEADmaster
* src/json-common.h (GPGME_JSON_COMMON_H): Fix guard. -- Reported-by: Collin Funk <[email protected]> Fixes-commit: d7267db472a4e4f65c8139f68d9d976c64b79636
Diffstat (limited to 'src/json-common.h')
-rw-r--r--src/json-common.h4
1 files 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*/