From 457c655231d10b7ec606f8b3a63f461fe19f098c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Apr 2014 06:24:14 +0200 Subject: change inclusion guard pattern MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/cerberus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cerberus.h') diff --git a/src/cerberus.h b/src/cerberus.h index 6be59fc..cabc0e9 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef __CERBERUS_H__ -#define __CERBERUS_H__ +#ifndef CERBERUS_CERBERUS_H +#define CERBERUS_CERBERUS_H #include -- cgit v1.2.3-70-g09d2