From 8c607870c066d5b13cd98f6a6ccd196f48acb465 Mon Sep 17 00:00:00 2001 From: Aleksandar Jovanov Date: Sun, 8 Apr 2012 11:26:54 +0200 Subject: [PATCH] test commit --- apps/openmw/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/main.cpp b/apps/openmw/main.cpp index df52faab1..f3b5c77bb 100644 --- a/apps/openmw/main.cpp +++ b/apps/openmw/main.cpp @@ -342,7 +342,7 @@ private: int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { std::streambuf* old_rdbuf = std::cout.rdbuf (); - + std::cout << "Testing stuff in the new branch!"; int ret = 0; #if defined(_DEBUG) // Redirect cout to VS debug output when running in debug mode