From a0155be07f4ccde0f8b16fbaff268685bc1befcd Mon Sep 17 00:00:00 2001 From: Daniel Lahyani Date: Mon, 8 Aug 2016 14:38:53 +0300 Subject: [PATCH] SSZipArchive: Make sure header files ends with a single \n character. This is common practice silences a commonly used warning: 'Wnewline-eof' --- SSZipArchive/SSZipCommon.h | 2 +- SSZipArchive/ZipArchive.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SSZipArchive/SSZipCommon.h b/SSZipArchive/SSZipCommon.h index 7a92f13..cddf040 100644 --- a/SSZipArchive/SSZipCommon.h +++ b/SSZipArchive/SSZipCommon.h @@ -78,4 +78,4 @@ typedef struct unz_global_info64 unsigned long size_comment; /* size of the global comment of the zipfile */ } unz_global_info64; -#endif \ No newline at end of file +#endif diff --git a/SSZipArchive/ZipArchive.h b/SSZipArchive/ZipArchive.h index e0c96fc..f9391cb 100644 --- a/SSZipArchive/ZipArchive.h +++ b/SSZipArchive/ZipArchive.h @@ -17,4 +17,3 @@ FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import #import "SSZipArchive.h" -