[ROSAUTOTEST] "Enforce" ending '\n' on C___Exception messages (#1533)
[reactos.git] / modules / rostests / rosautotest / CConfiguration.cpp
index 2a605b4..95f95ca 100644 (file)
@@ -27,7 +27,7 @@ CConfiguration::CConfiguration()
 
     /* Check if we are running under ReactOS from the SystemRoot directory */
     if(!GetWindowsDirectoryW(WindowsDirectory, MAX_PATH))
-        FATAL("GetWindowsDirectoryW failed");
+        FATAL("GetWindowsDirectoryW failed\n");
 
     m_IsReactOS = !_wcsnicmp(&WindowsDirectory[3], L"reactos", 7);