commit c5e74fc60db2b0c763d55f5bca8a32dc4bc05fe5
Author: Steven Murdoch <[email protected]>
Date:   Mon Aug 22 16:31:30 2011 +0100

    Appease "make check spaces"
---
 src/tools/tor-fw-helper/tor-fw-helper.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tools/tor-fw-helper/tor-fw-helper.c 
b/src/tools/tor-fw-helper/tor-fw-helper.c
index cb8e0cd..0022397 100644
--- a/src/tools/tor-fw-helper/tor-fw-helper.c
+++ b/src/tools/tor-fw-helper/tor-fw-helper.c
@@ -236,7 +236,8 @@ network_init(void)
   int r;
   r = WSAStartup(0x101, &WSAData);
   if (r) {
-    fprintf(stderr, "E: Error initializing Windows network layer - code was 
%d", r);
+    fprintf(stderr, "E: Error initializing Windows network layer "
+            "- code was %d", r);
     return -1;
   }
   /* WSAData.iMaxSockets might show the max sockets we're allowed to use.



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to