gcontini
2020-10-13 cbb11cd88d985db033c744b59291a2cf03fd16be
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);