gcontini
2021-05-26 7c06e1f7778b7536300444fa094c80a8b408d8b7
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);