diff options
Diffstat (limited to 'src/location-geoclue.h')
-rw-r--r-- | src/location-geoclue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location-geoclue.h b/src/location-geoclue.h index 5f845c7..54a527b 100644 --- a/src/location-geoclue.h +++ b/src/location-geoclue.h @@ -17,8 +17,8 @@ Copyright (c) 2010 Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> */ -#ifndef _REDSHIFT_LOCATION_GEOCLUE_H -#define _REDSHIFT_LOCATION_GEOCLUE_H +#ifndef REDSHIFT_LOCATION_GEOCLUE_H +#define REDSHIFT_LOCATION_GEOCLUE_H #include <stdio.h> #include <geoclue/geoclue-position.h> @@ -41,4 +41,4 @@ int location_geoclue_get_location(location_geoclue_state_t *state, float *lat, float *lon); -#endif /* ! _REDSHIFT_LOCATION_GEOCLUE_H */ +#endif /* ! REDSHIFT_LOCATION_GEOCLUE_H */ |