From 01b6cba78f86c658825c27f00a2282cdcc4a807f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 19 Apr 2018 10:16:45 +0200 Subject: [PATCH] Remove leading _ from header guard --- include/libpsl.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libpsl.h.in b/include/libpsl.h.in index f63a790..9c3ae2f 100644 --- a/include/libpsl.h.in +++ b/include/libpsl.h.in @@ -28,8 +28,8 @@ * */ -#ifndef _LIBPSL_LIBPSL_H -#define _LIBPSL_LIBPSL_H +#ifndef LIBPSL_LIBPSL_H +#define LIBPSL_LIBPSL_H #include #include @@ -202,4 +202,4 @@ int } #endif -#endif /* _LIBPSL_LIBPSL_H */ +#endif /* LIBPSL_LIBPSL_H */