summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 405c170..f511925 100644
--- a/ratox.c
+++ b/ratox.c
@@ -578,7 +578,8 @@ canceltxtransfer(struct friend *f)
}
static void
-cancelrxtransfer(struct friend *f) {
+cancelrxtransfer(struct friend *f)
+{
if (f->recvfileactive == 1) {
printout("Cancelling transfer from %s\n",
f->namestr[0] == '\0' ? "Anonymous" : f->namestr);