From: Nick Mathewson Date: Wed, 17 Dec 2008 15:04:43 +0000 (+0000) Subject: Oops; remove extraneous comma. X-Git-Tag: tor-0.2.1.9-alpha~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44e19a4949f39687363c8b1098ebea4c98625afb;p=thirdparty%2Ftor.git Oops; remove extraneous comma. svn:r17644 --- diff --git a/src/or/or.h b/src/or/or.h index 38ef28d63a..96d9ca0949 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -362,7 +362,7 @@ typedef enum { * object for a consensus. */ #define DIR_PURPOSE_FETCH_DETACHED_SIGNATURES 13 /** A connection to a directory server: download a v3 networkstatus - * consensus. */, + * consensus. */ #define DIR_PURPOSE_FETCH_CONSENSUS 14 /** A connection to a directory server: download one or more directory * authority certificates. */