Author: pschweitzer
Date: Tue Dec 20 20:52:09 2011
New Revision: 54716

URL: http://svn.reactos.org/svn/reactos?rev=54716&view=rev
Log:
[STLPORT]
Fix misplaced #endif
Brought to you by aggro from cppcheck team

Modified:
    trunk/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp

Modified: trunk/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp?rev=54716&r1=54715&r2=54716&view=diff
==============================================================================
--- trunk/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp 
[iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/stlport/test/unit/strstream_test.cpp 
[iso-8859-1] Tue Dec 20 20:52:09 2011
@@ -43,7 +43,7 @@
     is >> rval;
     CPPUNIT_ASSERT( rval == -652208307 );
   }
+#  endif
 }
-#  endif
 
 #endif


Reply via email to