fix documentation issue

This commit is contained in:
arvidn 2017-09-04 16:50:11 +02:00
parent 061732ddec
commit 3da7d1d3da
1 changed files with 1 additions and 1 deletions

View File

@ -118,12 +118,12 @@ namespace libtorrent
checking_resume_data
};
#ifndef TORRENT_NO_DEPRECATE
// may be set to an error code describing why the torrent was paused, in
// case it was paused by an error. If the torrent is not paused or if it's
// paused but not because of an error, this error_code is not set.
// if the error is attributed specifically to a file, error_file is set to
// the index of that file in the .torrent file.
#ifndef TORRENT_NO_DEPRECATE
std::string error;
#else
// internal