summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-22 13:41:17 +0100
committersin <sin@2f30.org>2014-09-22 13:41:17 +0100
commit2c98a8d043865bcc144f98e6147980b5103d8257 (patch)
treea8e952a1f259285b70efe738feb1ea8090b2e925 /ratox.c
parent0038365b4e93b5b600c1d47acf8dae5631d806f6 (diff)
Style fix
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
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;