From e2c2e9dc1a9a7f7eafff371cdf29bb731015238c Mon Sep 17 00:00:00 2001
From: Gabriele Contini <gcontini@users.noreply.github.com>
Date: 周六, 14 12月 2019 13:56:41 +0800
Subject: [PATCH] Merge pull request #69 from open-license-manager/feature/issue_licenses_42

---
 src/library/ini/SimpleIni.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/library/ini/SimpleIni.h b/src/library/ini/SimpleIni.h
index 5b11f4f..ac703b2 100644
--- a/src/library/ini/SimpleIni.h
+++ b/src/library/ini/SimpleIni.h
@@ -2488,6 +2488,9 @@
 
         bNeedNewLine = true;
     }
+    
+    // Append new empty line
+    a_oOutput.Write(SI_NEWLINE_A);
 
     return SI_OK;
 }

--
Gitblit v1.9.1