summaryrefslogtreecommitdiff
path: root/libgphoto2_port/vusb
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2_port/vusb')
-rw-r--r--libgphoto2_port/vusb/vcamera.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2_port/vusb/vcamera.h b/libgphoto2_port/vusb/vcamera.h
index db8426fd6..e15a27f61 100644
--- a/libgphoto2_port/vusb/vcamera.h
+++ b/libgphoto2_port/vusb/vcamera.h
@@ -19,8 +19,8 @@
* Boston, MA 02110-1301 USA
*/
-#ifndef __VCAMERA_H__
-#define __VCAMERA_H__
+#ifndef IOLIBS_VUSB_VCAMERA_H
+#define IOLIBS_VUSB_VCAMERA_H
#undef FUZZ_PTP
@@ -76,4 +76,4 @@ typedef struct vcamera {
vcamera *vcamera_new(vcameratype);
-#endif
+#endif /* !defined(IOLIBS_VUSB_VCAMERA_H) */