From fe5a18f8f7e1dba0ab2378d9a12c08e0cba1aa6d Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 28 May 2021 22:08:54 -0400 Subject: [PATCH] argpar.h: `BABELTRACE_ARGPAR_H` -> `ARGPAR_ARGPAR_H` Signed-off-by: Philippe Proulx Change-Id: Id85bcf2f4910af8f83a48333f0f04dd62970951b --- argpar/argpar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argpar/argpar.h b/argpar/argpar.h index 6ebc845..a5a82be 100644 --- a/argpar/argpar.h +++ b/argpar/argpar.h @@ -5,8 +5,8 @@ * Copyright (c) 2020-2021 Simon Marchi */ -#ifndef BABELTRACE_ARGPAR_H -#define BABELTRACE_ARGPAR_H +#ifndef ARGPAR_ARGPAR_H +#define ARGPAR_ARGPAR_H #include @@ -345,4 +345,4 @@ void argpar_item_destroy(const struct argpar_item *item); _item = NULL; \ } -#endif /* BABELTRACE_ARGPAR_H */ +#endif /* ARGPAR_ARGPAR_H */ -- 2.34.1