MUtilities development repository
修订版 | 5dab5632f85e4ed3fb7478e0c589a110ae87a834 (tree) |
---|---|
时间 | 2016-12-27 02:55:06 |
作者 | ![]() |
Commiter | LoRd_MuldeR |
Added missing linebreak.
@@ -50,7 +50,7 @@ static void initialize_mutils_log_file(const int argc, const wchar_t *const *con | ||
50 | 50 | _snwprintf_s(logFilePath, _MAX_PATH, _TRUNCATE, L"%s.log", basePath); |
51 | 51 | if (_wfopen_s(&g_logFile, logFilePath, L"w")) |
52 | 52 | { |
53 | - fprintf(stderr, "Failed to open log file for writing!"); | |
53 | + fprintf(stderr, "Failed to open log file for writing!\n"); | |
54 | 54 | g_logFile = NULL; |
55 | 55 | } |
56 | 56 |