]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Restore previous ogl sources. Waiting for fix in configure system
[wxWidgets.git] / src / common / file.cpp
index ef24f40f8396bea670b4ea771d4f92039ac8f07b..93598c8bb0b2fe81fa7c760f0df8abf91794f5fd 100644 (file)
@@ -459,8 +459,7 @@ bool wxFile::Eof() const
             return FALSE;
 
         case -1:
-            wxLogSysError(_("can't determine if the end of file is reached on \
-                descriptor %d"), m_fd);
+            wxLogSysError(_("can't determine if the end of file is reached on descriptor %d"), m_fd);
                 break;
 
         default: