ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 2c98a8d043865bcc144f98e6147980b5103d8257
parent 0038365b4e93b5b600c1d47acf8dae5631d806f6
Author: sin <sin@2f30.org>
Date:   Mon, 22 Sep 2014 13:41:17 +0100

Style fix

Diffstat:
Mratox.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -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;