diff options
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 0156e273be..409c2fed69 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -2183,7 +2183,7 @@ dirvote_get_pending_consensus(void) } /** Return the signatures that we know for the consensus that we're currently - * trying to build */ + * trying to build. */ const char * dirvote_get_pending_detached_signatures(void) { |