From 5dab5632f85e4ed3fb7478e0c589a110ae87a834 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 26 Dec 2016 18:55:06 +0100 Subject: [PATCH] Added missing linebreak. --- test/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Main.cpp b/test/src/Main.cpp index a2025b0..1f3f797 100644 --- a/test/src/Main.cpp +++ b/test/src/Main.cpp @@ -50,7 +50,7 @@ static void initialize_mutils_log_file(const int argc, const wchar_t *const *con _snwprintf_s(logFilePath, _MAX_PATH, _TRUNCATE, L"%s.log", basePath); if (_wfopen_s(&g_logFile, logFilePath, L"w")) { - fprintf(stderr, "Failed to open log file for writing!"); + fprintf(stderr, "Failed to open log file for writing!\n"); g_logFile = NULL; } -- 2.11.4.GIT