diff options
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index 291d3dc4a6..2b686b8584 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -2066,3 +2066,4 @@ dirvote_get_vote(const char *fp, int flags) } return NULL; } + |