diff options
author | sin <sin@2f30.org> | 2014-09-24 17:28:59 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-24 17:28:59 +0100 |
commit | 6c626f3590cad76c7c800d43ae0a981ebc529018 (patch) | |
tree | d7107e359c42d217dbb62e709d5f31f88330d5ab | |
parent | 8fdbe6c876e9e2358c3b045c1ad6edd4a34a7436 (diff) |
Style fix
-rw-r--r-- | ratox.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |