From 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:02:20 +0100 Subject: Make all "include guards" for all headers consistent --- src/lockdown.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lockdown.h') diff --git a/src/lockdown.h b/src/lockdown.h index 289053a..59b1659 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -1,5 +1,5 @@ /* - * lockdownd.h + * lockdown.h * Defines lockdown stuff, like the client struct. * * Copyright (c) 2008 Zach C. All Rights Reserved. @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LOCKDOWND_H -#define LOCKDOWND_H +#ifndef __LOCKDOWND_H +#define __LOCKDOWND_H #include "userpref.h" -- cgit v1.1-32-gdbae