summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-23 14:33:28 +0100
committersin <sin@2f30.org>2014-09-23 14:33:28 +0100
commited1c7602ecd2386de72e876960cec65db7dba9b4 (patch)
tree359ee9499ac6dfd9c7f057163390ae7be1511d15 /ratox.c
parentc01566e8af611da3298d1d0edb6ca11bc76e07a6 (diff)
Remove useless { }
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ratox.c b/ratox.c
index fea810a..e230c14 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1120,10 +1120,9 @@ loop(void)
/* Check for broken transfers, i.e. the friend went offline
* in the middle of a transfer.
*/
- TAILQ_FOREACH(f, &friendhead, entry) {
+ TAILQ_FOREACH(f, &friendhead, entry)
if (tox_get_friend_connection_status(tox, f->fid) == 0)
canceltransfer(f);
- }
/* If we hit the receiver too hard, we will run out of
* local buffer slots. In that case tox_file_send_data()