Author: sebor
Date: Fri Apr 11 12:35:38 2008
New Revision: 647275

URL: http://svn.apache.org/viewvc?rev=647275&view=rev
Log:
2008-04-11  Martin Sebor  <[EMAIL PROTECTED]>

        * src/file.cpp [_RWSTD_EDG_ECCP]: Fixed a typo in a preprocessing
        directive that snuck in with a fix for STDCXX-849 in rev 646568.

Modified:
    stdcxx/trunk/src/file.cpp

Modified: stdcxx/trunk/src/file.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/src/file.cpp?rev=647275&r1=647274&r2=647275&view=diff
==============================================================================
--- stdcxx/trunk/src/file.cpp (original)
+++ stdcxx/trunk/src/file.cpp Fri Apr 11 12:35:38 2008
@@ -614,7 +614,7 @@
 
 #  elif defined (_RWSTD_OS_WINDOWS)
 #    error "need stderr, stdin, and stdout"
-#  elsr
+#  else
 #    error "need stderr, stdin, and stdout"
 #  endif
 


Reply via email to