diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-17 15:04:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-17 15:04:43 +0000 |
commit | 44e19a4949f39687363c8b1098ebea4c98625afb (patch) | |
tree | 7e4e9ded9f1cbb57ed3ef27512fa8ecfd1604f70 /src/or/or.h | |
parent | 7678ac5193d86bb060e182db0ce6b15c70cabbd2 (diff) | |
download | tor-44e19a4949f39687363c8b1098ebea4c98625afb.tar.gz tor-44e19a4949f39687363c8b1098ebea4c98625afb.zip |
Oops; remove extraneous comma.
svn:r17644
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |