summaryrefslogtreecommitdiff
path: root/camlibs/spca50x/spca50x-flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/spca50x/spca50x-flash.h')
-rw-r--r--camlibs/spca50x/spca50x-flash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/spca50x/spca50x-flash.h b/camlibs/spca50x/spca50x-flash.h
index 705b3ae1f..19f624af4 100644
--- a/camlibs/spca50x/spca50x-flash.h
+++ b/camlibs/spca50x/spca50x-flash.h
@@ -14,8 +14,8 @@
* based on work by: Mark A. Zimmerman <mark@foresthaven.com>
*/
-#ifndef __SPCA50X_FLASH_H__
-#define __SPCA50X_FLASH_H__
+#ifndef CAMLIBS_SPCA50X_SPCA50X_FLASH_H
+#define CAMLIBS_SPCA50X_SPCA50X_FLASH_H
#include <gphoto2/gphoto2.h>
#include <gphoto2/gphoto2-port.h>
@@ -39,4 +39,4 @@ int spca50x_flash_delete_all (CameraPrivateLibrary *pl, GPContext *context);
int spca500_flash_delete_file (CameraPrivateLibrary *pl, int index);
int spca500_flash_capture (CameraPrivateLibrary *pl);
-#endif
+#endif /* !defined(CAMLIBS_SPCA50X_SPCA50X_FLASH_H) */