diff options
author | sin <sin@2f30.org> | 2014-09-22 13:41:17 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-22 13:41:17 +0100 |
commit | 2c98a8d043865bcc144f98e6147980b5103d8257 (patch) | |
tree | a8e952a1f259285b70efe738feb1ea8090b2e925 /ratox.c | |
parent | 0038365b4e93b5b600c1d47acf8dae5631d806f6 (diff) |
Style fix
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |