From 2adef603c7a7d99873ec3843be75ea11624dfab3 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 3 Oct 2007 18:03:10 +0000 Subject: [PATCH] added newline at end of file git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5309 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/icon.cpp b/Source/icon.cpp index 8520cee0..8023f27c 100644 --- a/Source/icon.cpp +++ b/Source/icon.cpp @@ -325,4 +325,4 @@ int generate_unicons_offsets(LPBYTE exeHeader, size_t exeHeaderSize, LPBYTE unin return 1; } -#endif // NSIS_CONFIG_UNINSTALL_SUPPORT \ No newline at end of file +#endif // NSIS_CONFIG_UNINSTALL_SUPPORT