From ab1ed395dfe0c01c86db8066fe83725a38e9fde4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 9 Oct 2024 13:53:54 +0000 Subject: [PATCH] cli: Fix broken include guard Signed-off-by: Michael Tremer --- src/cli/lib/repo_compose.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]); -- 2.47.2