Преглед изворни кода

r19496@catbus: nickm | 2008-05-02 19:10:29 -0400
Even compile errors need closing quotes.


svn:r14533

Nick Mathewson пре 17 година
родитељ
комит
6d5a9c81b0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/or/directory.c

+ 1 - 1
src/or/directory.c

@@ -792,7 +792,7 @@ _compare_strs(const void **a, const void **b)
  */
  */
 #define CONDITIONAL_CONSENSUS_FPR_LEN 3
 #define CONDITIONAL_CONSENSUS_FPR_LEN 3
 #if (CONDITIONAL_CONSENSUS_FPR_LEN > DIGEST_LEN)
 #if (CONDITIONAL_CONSENSUS_FPR_LEN > DIGEST_LEN)
-#error "conditional consensus fingerprint length is larger than digest length
+#error "conditional consensus fingerprint length is larger than digest length"
 #endif
 #endif
 static char *
 static char *
 directory_get_consensus_url(int supports_conditional_consensus)
 directory_get_consensus_url(int supports_conditional_consensus)