X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/312cd9e93d7c0bf201e52297741e8e12a7298fc9..1f7fd1a500e15c05b76779c424373c6fcdc1cb06:/src/common/file.cpp

diff --git a/src/common/file.cpp b/src/common/file.cpp
index ef24f40f83..93598c8bb0 100644
--- a/src/common/file.cpp
+++ b/src/common/file.cpp
@@ -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: