From 44e19a4949f39687363c8b1098ebea4c98625afb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 17 Dec 2008 15:04:43 +0000 Subject: [PATCH] Oops; remove extraneous comma. svn:r17644 --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.3