From 3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c Mon Sep 17 00:00:00 2001 From: CodaFi Date: Sat, 22 Feb 2014 13:15:27 -0700 Subject: Conformant header guards Fixes #606 --- src/objc/rfc822/MCOMultipart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objc/rfc822/MCOMultipart.h') diff --git a/src/objc/rfc822/MCOMultipart.h b/src/objc/rfc822/MCOMultipart.h index a730b8a4..1b97a13f 100644 --- a/src/objc/rfc822/MCOMultipart.h +++ b/src/objc/rfc822/MCOMultipart.h @@ -6,9 +6,9 @@ // Copyright (c) 2013 MailCore. All rights reserved. // -#ifndef __MAILCORE_MCOMULTIPART_H_ +#ifndef MAILCORE_MCOMULTIPART_H -#define __MAILCORE_MCOMULTIPART_H_ +#define MAILCORE_MCOMULTIPART_H #import -- cgit v1.2.3