tStyle fix - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2c98a8d043865bcc144f98e6147980b5103d8257
(DIR) parent 0038365b4e93b5b600c1d47acf8dae5631d806f6
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 22 Sep 2014 13:41:17 +0100
Style fix
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -469,8 +469,8 @@ cbfilecontrol(Tox *m, int32_t fid, uint8_t rec_sen, uint8_t fnum, uint8_t ctrlty
case TOX_FILECONTROL_PAUSE:
if (rec_sen == 1) {
if (f->t.state == TRANSFER_INPROGRESS) {
- f->t.state = TRANSFER_PAUSED;
printout("Receiver paused transfer\n");
+ f->t.state = TRANSFER_PAUSED;
}
}
break;