From 5114d902da28130cc90ef6225daddf11eb31e466 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 25 Oct 2018 07:20:19 +0200 Subject: [PATCH] add additional empty line to the end of the settings file --- src/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.c b/src/settings.c index 0723270..8931cb9 100644 --- a/src/settings.c +++ b/src/settings.c @@ -186,7 +186,7 @@ static void CreateSettingsIni() "\n" "[C&C95]\n" "sleep=10\n" - + "\n" , fh); fclose(fh);