瀏覽代碼

Appease "make check spaces"

Steven Murdoch 14 年之前
父節點
當前提交
c5e74fc60d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/tools/tor-fw-helper/tor-fw-helper.c

+ 2 - 1
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.