summaryrefslogtreecommitdiff
path: root/libgphoto2/bayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2/bayer.h')
-rw-r--r--libgphoto2/bayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2/bayer.h b/libgphoto2/bayer.h
index f406ea6a4..0b5bd1e4d 100644
--- a/libgphoto2/bayer.h
+++ b/libgphoto2/bayer.h
@@ -21,8 +21,8 @@
* Boston, MA 02110-1301 USA
*/
-#ifndef __BAYER_H__
-#define __BAYER_H__
+#ifndef LIBGPHOTO2_BAYER_H
+#define LIBGPHOTO2_BAYER_H
/**
* \brief how the bayer CCD array is laid out
@@ -58,4 +58,4 @@ int gp_ahd_decode (unsigned char *input, int w, int h, unsigned char *output,
BayerTile tile);
int gp_ahd_interpolate (unsigned char *image, int w, int h, BayerTile tile);
-#endif /* __BAYER_H__ */
+#endif /* !defined(LIBGPHOTO2_BAYER_H) */