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/gamma-w32gdi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gamma-w32gdi.h') diff --git a/src/gamma-w32gdi.h b/src/gamma-w32gdi.h index 5178991..e81f4c5 100644 --- a/src/gamma-w32gdi.h +++ b/src/gamma-w32gdi.h @@ -17,8 +17,8 @@ Copyright (c) 2010 Jon Lund Steffensen */ -#ifndef _REDSHIFT_GAMMA_W32GDI_H -#define _REDSHIFT_GAMMA_W32GDI_H +#ifndef REDSHIFT_GAMMA_W32GDI_H +#define REDSHIFT_GAMMA_W32GDI_H #include #include @@ -42,4 +42,4 @@ int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float brightness, const float gamma[3]); -#endif /* ! _REDSHIFT_GAMMA_W32GDI_H */ +#endif /* ! REDSHIFT_GAMMA_W32GDI_H */ -- cgit v1.2.3-70-g09d2