소스 검색

Missing semicolon; my bad

Nick Mathewson 9 년 전
부모
커밋
9765ae4447
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/circuituse.c

+ 1 - 1
src/or/circuituse.c

@@ -1659,7 +1659,7 @@ have_enough_path_info(int need_exit)
   if (need_exit)
     return router_have_consensus_path() == CONSENSUS_PATH_EXIT;
   else
-    return router_have_consensus_path() != CONSENSUS_PATH_UNKNOWN
+    return router_have_consensus_path() != CONSENSUS_PATH_UNKNOWN;
 }
 
 /** Launch a new circuit with purpose <b>purpose</b> and exit node