gcontini
2020-10-24 a4b1a66a4436c97efbf0dd5932e403d97f0a13d3
src/library/ini/SimpleIni.h
@@ -223,7 +223,7 @@
# include <iostream>
#endif // SI_SUPPORT_IOSTREAMS
#ifdef _DEBUG
#ifndef NDEBUG
# ifndef assert
#  include <cassert>
# endif
@@ -2489,6 +2489,9 @@
        bNeedNewLine = true;
    }
    // Append new empty line
    a_oOutput.Write(SI_NEWLINE_A);
    return SI_OK;
}