From 7685169385d590731009b83aaed6d449efb7e089 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 23 Mar 2014 01:34:05 +0100 Subject: Fix #22: remove initial underscore from include guards --- src/redshift.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/redshift.h') diff --git a/src/redshift.h b/src/redshift.h index c284fc1..3a87877 100644 --- a/src/redshift.h +++ b/src/redshift.h @@ -17,8 +17,8 @@ Copyright (c) 2013 Jon Lund Steffensen */ -#ifndef _REDSHIFT_REDSHIFT_H -#define _REDSHIFT_REDSHIFT_H +#ifndef REDSHIFT_REDSHIFT_H +#define REDSHIFT_REDSHIFT_H #include #include @@ -91,4 +91,4 @@ typedef struct { } location_provider_t; -#endif /* ! _REDSHIFT_REDSHIFT_H */ +#endif /* ! REDSHIFT_REDSHIFT_H */ -- cgit v1.2.3-70-g09d2