From: Michael Tremer Date: Wed, 9 Oct 2024 13:53:54 +0000 (+0000) Subject: cli: Fix broken include guard X-Git-Tag: 0.9.30~1114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab1ed395dfe0c01c86db8066fe83725a38e9fde4;p=pakfire.git cli: Fix broken include guard Signed-off-by: Michael Tremer --- diff --git a/src/cli/lib/repo_compose.h b/src/cli/lib/repo_compose.h index 8e3ae8286..df737d6da 100644 --- a/src/cli/lib/repo_compose.h +++ b/src/cli/lib/repo_compose.h @@ -19,7 +19,7 @@ #############################################################################*/ #ifndef PAKFIRE_CLI_REPO_COMPOSE_H -#define PAKFIRE_CLI_REPO_COM +#define PAKFIRE_CLI_REPO_COMPOSE_H int cli_repo_compose(void* data, int argc, char* argv[]);