From 82429cd891bb26f2c5b77ff90e3e62eb60434bc6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 27 Feb 2013 15:02:20 +0100 Subject: Make all "include guards" for all headers consistent --- src/webinspector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webinspector.h') diff --git a/src/webinspector.h b/src/webinspector.h index 3f19303..ab04a70 100644 --- a/src/webinspector.h +++ b/src/webinspector.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef WEBINSPECTOR_H -#define WEBINSPECTOR_H +#ifndef __WEBINSPECTOR_H +#define __WEBINSPECTOR_H #include "libimobiledevice/webinspector.h" #include "property_list_service.h" -- cgit v1.1-32-gdbae