Remove accidental empty statement in wxWebRequest curl backend
No real changes, just avoid a warning.
This commit is contained in:
committed by
Vadim Zeitlin
parent
373a3f8c57
commit
2f77cbcdcd
@@ -121,7 +121,7 @@ bool wxWebRequest::SetData(const wxSharedPtr<wxInputStream>& dataStream, const w
|
||||
|
||||
wxFileOffset wxWebRequest::GetBytesReceived() const
|
||||
{
|
||||
return m_bytesReceived;;
|
||||
return m_bytesReceived;
|
||||
}
|
||||
|
||||
wxFileOffset wxWebRequest::GetBytesExpectedToReceive() const
|
||||
|
Reference in New Issue
Block a user