From d5b8d4ef49d72c8a9663129ac4dc11b7e7b82d90 Mon Sep 17 00:00:00 2001 From: Aleksandar Jovanov Date: Sun, 8 Apr 2012 11:30:17 +0200 Subject: [PATCH] Revert "test commit" This reverts commit 8c607870c066d5b13cd98f6a6ccd196f48acb465. reverting the test commit in the test branch --- 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 f3b5c77bb..df52faab1 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