Procházet zdrojové kódy

fix compile on bsd

svn:r10339
Roger Dingledine před 18 roky
rodič
revize
0f71ade42f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -4124,7 +4124,7 @@ check_libevent_version(const char *m, int server)
 #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
   if (server && version < LE_13B) {
     thread_unsafe = 1;
-    sad_os = "BSD variants"
+    sad_os = "BSD variants";
   }
 #elif defined(__APPLE__) || defined(__darwin__)
   if (server && version < LE_13B) {