[PATCH gpgme] Fix include guard for src/json-common.h
Collin Funk via Gnupg-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <c224f6041e58445638ad80e6983bdd8488c71f43.1748047139.git.collin.funk1@gmail.com> |
-- Fixes-commit: d7267db472a4e4f65c8139f68d9d976c64b79636 Signed-off-by: Collin Funk <[email protected]> --- 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