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/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h index c434c49c..a508d171 100644 --- a/src/log.h +++ b/src/log.h @@ -19,8 +19,8 @@ * along with this program. If not, see . */ -#ifndef _LOG_H -#define _LOG_H +#ifndef LOG_H +#define LOG_H #include -- cgit v1.2.3-70-g09d2