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/mobilesync.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mobilesync.h') diff --git a/src/mobilesync.h b/src/mobilesync.h index 24e61af..b0e7d4c 100644 --- a/src/mobilesync.h +++ b/src/mobilesync.h @@ -19,8 +19,9 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MOBILESYNC_H -#define MOBILESYNC_H + +#ifndef __MOBILESYNC_H +#define __MOBILESYNC_H #include "libimobiledevice/mobilesync.h" #include "device_link_service.h" -- cgit v1.1-32-gdbae