From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: symm/stub.h.in: Fix bogus characters in the include guard macro name. X-Git-Tag: 2.4.0~43 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/4a2b75bce099766effacd749ac7fa1fbb0cb3399?ds=sidebyside symm/stub.h.in: Fix bogus characters in the include guard macro name. --- diff --git a/symm/stub.h.in b/symm/stub.h.in index 4fb42ba1..c29de5bb 100644 --- a/symm/stub.h.in +++ b/symm/stub.h.in @@ -7,8 +7,8 @@ * Stub header for @{descr} */ -#ifndef CATACOMB_@{name:u}_H -#define CATACOMB_@{name:u}_H +#ifndef CATACOMB_@{name:u:c}_H +#define CATACOMB_@{name:u:c}_H #ifndef CATACOMB_@{base:u}_H # include "@base.h"