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/login.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/login.h') diff --git a/src/login.h b/src/login.h index e7f2a82..3ed5f2a 100644 --- a/src/login.h +++ b/src/login.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 __LOGIN_H__ -#define __LOGIN_H__ +#ifndef CERBERUS_LOGIN_H +#define CERBERUS_LOGIN_H #include -- cgit v1.2.3-70-g09d2