tStyle fix - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6c626f3590cad76c7c800d43ae0a981ebc529018
 (DIR) parent 8fdbe6c876e9e2358c3b045c1ad6edd4a34a7436
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed, 24 Sep 2014 17:28:59 +0100
       
       Style fix
       
       Diffstat:
         M ratox.c                             |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -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);