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/userpref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/userpref.h') diff --git a/src/userpref.h b/src/userpref.h index 7ff91b3..14db985 100644 --- a/src/userpref.h +++ b/src/userpref.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef USERPREF_H -#define USERPREF_H +#ifndef __USERPREF_H +#define __USERPREF_H #ifdef HAVE_CONFIG_H #include -- cgit v1.1-32-gdbae