From 8e3f12618963afb2d52b06f8d4a0134a34e802a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 22 Feb 2000 20:09:04 +0000 Subject: [PATCH] one of error messages had way too much spaces in it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/file.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.45.2