Преглед на файлове

fix compile on bsd

svn:r10339
Roger Dingledine преди 18 години
родител
ревизия
0f71ade42f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {