X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/312cd9e93d7c0bf201e52297741e8e12a7298fc9..1c2d49808c776fcfef8db18018cdd948984a9bf1:/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: