From 2c98a8d043865bcc144f98e6147980b5103d8257 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 22 Sep 2014 13:41:17 +0100 Subject: Style fix --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index e85ea60..74edfa6 100644 --- 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; -- cgit v1.2.3