argpar.h: `BABELTRACE_ARGPAR_H` -> `ARGPAR_ARGPAR_H`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 29 May 2021 02:08:54 +0000 (22:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 31 May 2021 20:13:52 +0000 (16:13 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Id85bcf2f4910af8f83a48333f0f04dd62970951b

argpar/argpar.h

index 6ebc845e69cec679df268c464dfc8b19a161e166..a5a82be4e64e185c9f0c3f564eeee46c82168d9a 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (c) 2020-2021 Simon Marchi <simon.marchi@efficios.com>
  */
 
-#ifndef BABELTRACE_ARGPAR_H
-#define BABELTRACE_ARGPAR_H
+#ifndef ARGPAR_ARGPAR_H
+#define ARGPAR_ARGPAR_H
 
 #include <stdbool.h>
 
@@ -345,4 +345,4 @@ void argpar_item_destroy(const struct argpar_item *item);
                _item = NULL;                                           \
        }
 
-#endif /* BABELTRACE_ARGPAR_H */
+#endif /* ARGPAR_ARGPAR_H */
This page took 0.023368 seconds and 4 git commands to generate.