mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Comment fix.
This commit is contained in:
parent
6454552de8
commit
45858e2678
|
@ -1480,7 +1480,7 @@ typedef enum TOX_ERR_FILE_CONTROL {
|
|||
* Sends a file control command to a friend for a given file transfer.
|
||||
*
|
||||
* @param friend_number The friend number of the friend the file is being
|
||||
* transferred to.
|
||||
* transferred to or received from.
|
||||
* @param file_number The friend-specific identifier for the file transfer.
|
||||
* @param control The control command to send.
|
||||
*
|
||||
|
@ -1548,7 +1548,7 @@ typedef enum TOX_ERR_FILE_SEEK {
|
|||
* TOX_FILE_CONTROL_RESUME is sent.
|
||||
*
|
||||
* @param friend_number The friend number of the friend the file is being
|
||||
* transferred to.
|
||||
* transferred to or received from.
|
||||
* @param file_number The friend-specific identifier for the file transfer.
|
||||
* @param position The position that the file should be seeked to.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user