summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratatox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ratatox.c b/ratatox.c
index a4ba9ff..3ac1b5d 100644
--- a/ratatox.c
+++ b/ratatox.c
@@ -402,7 +402,6 @@ send_friend_file(struct friend *f)
break;
}
f->t.pending = 0;
- break;
}
/* grab another buffer from the FIFO */
n = read(f->fd[FILE_IN_FIFO], f->t.buf, f->t.chunksz);