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
This commit is contained in:
Václav Slavík
2000-02-22 20:09:04 +00:00
parent e5aff4c568
commit 8e3f126189

View 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: