gcontini
2020-12-06 48d2775d9a6670a6b0f296e76981fcd018eead71
src/library/ini/SimpleIni.h
@@ -223,7 +223,7 @@
# include <iostream>
#endif // SI_SUPPORT_IOSTREAMS
#ifdef _DEBUG
#ifndef NDEBUG
# ifndef assert
#  include <cassert>
# endif
@@ -2488,7 +2488,7 @@
        bNeedNewLine = true;
    }
    // Append new empty line
    a_oOutput.Write(SI_NEWLINE_A);