소스 검색

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) {