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/colorramp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/colorramp.h') diff --git a/src/colorramp.h b/src/colorramp.h index f391082..dd0fa97 100644 --- a/src/colorramp.h +++ b/src/colorramp.h @@ -17,12 +17,12 @@ Copyright (c) 2010 Jon Lund Steffensen */ -#ifndef _REDSHIFT_COLORRAMP_H -#define _REDSHIFT_COLORRAMP_H +#ifndef REDSHIFT_COLORRAMP_H +#define REDSHIFT_COLORRAMP_H #include void colorramp_fill(uint16_t *gamma_r, uint16_t *gamma_g, uint16_t *gamma_b, int size, int temp, float brightness, const float gamma[3]); -#endif /* ! _REDSHIFT_COLORRAMP_H */ +#endif /* ! REDSHIFT_COLORRAMP_H */ -- cgit v1.2.3-70-g09d2