[or-cvs] r14533: Even compile errors need closing quotes. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Fri May 2 23:11:44 UTC 2008


Author: nickm
Date: 2008-05-02 19:11:43 -0400 (Fri, 02 May 2008)
New Revision: 14533

Modified:
   tor/trunk/
   tor/trunk/src/or/directory.c
Log:
 r19496 at catbus:  nickm | 2008-05-02 19:10:29 -0400
 Even compile errors need closing quotes.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r19496] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c	2008-05-02 17:53:52 UTC (rev 14532)
+++ tor/trunk/src/or/directory.c	2008-05-02 23:11:43 UTC (rev 14533)
@@ -792,7 +792,7 @@
  */
 #define CONDITIONAL_CONSENSUS_FPR_LEN 3
 #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
 static char *
 directory_get_consensus_url(int supports_conditional_consensus)



More information about the tor-commits mailing list