From c2a14a6559a5b0f5520b2f27d68ded999098089a Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 10 Jun 2007 16:45:45 +0000 Subject: [PATCH] Stop some compiler warnings due to lack of trailing newlines. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5168 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/Source/Buffers.c | 2 +- Contrib/System/Source/Plugin.c | 2 +- Contrib/System/Source/stdafx.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Contrib/System/Source/Buffers.c b/Contrib/System/Source/Buffers.c index 2f7e8e90..1f65c118 100644 --- a/Contrib/System/Source/Buffers.c +++ b/Contrib/System/Source/Buffers.c @@ -109,4 +109,4 @@ PLUGINFUNCTION(Store) GlobalFree((HANDLE) command); } -PLUGINFUNCTIONEND \ No newline at end of file +PLUGINFUNCTIONEND diff --git a/Contrib/System/Source/Plugin.c b/Contrib/System/Source/Plugin.c index 3e5a732b..45e1e17c 100644 --- a/Contrib/System/Source/Plugin.c +++ b/Contrib/System/Source/Plugin.c @@ -170,4 +170,4 @@ HANDLE GlobalCopy(HANDLE Old) void main() { } -#endif \ No newline at end of file +#endif diff --git a/Contrib/System/Source/stdafx.h b/Contrib/System/Source/stdafx.h index a4a1b0ef..058fd207 100644 --- a/Contrib/System/Source/stdafx.h +++ b/Contrib/System/Source/stdafx.h @@ -10,4 +10,4 @@ #include // TODO: reference additional headers your program requires here -//#define SYSTEM_LOG_DEBUG \ No newline at end of file +//#define SYSTEM_LOG_DEBUG