From 42605753159d7b63276351311e0fd43874a3366b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 18 Apr 2011 14:38:08 -0700 Subject: Remove illegal macro names starting with underscore and capital --- src/chatlog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/chatlog.h') diff --git a/src/chatlog.h b/src/chatlog.h index a21408d3..df0af800 100644 --- a/src/chatlog.h +++ b/src/chatlog.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _CHATLOG_H -#define _CHATLOG_H +#ifndef CHATLOG_H +#define CHATLOG_H #include -- cgit v1.2.3-70-g09d2