From 3c8d98ab5ad0ebdfb56096e8489ecb303ba51e90 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Tue, 20 Dec 2011 20:52:09 +0000 Subject: [PATCH] [STLPORT] Fix misplaced #endif Brought to you by aggro from cppcheck team svn path=/trunk/; revision=54716 --- reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp b/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp index 195570ccfb3..a954db344c6 100644 --- a/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp +++ b/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp @@ -43,7 +43,7 @@ void StrstreamTest::input() is >> rval; CPPUNIT_ASSERT( rval == -652208307 ); } -} # endif +} #endif