aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_options.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-15 16:43:17 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-15 16:43:17 -0400
commitf4af1919abc0286514051fbbdd97f824879814bb (patch)
tree25947786250dbe9a4c4630d95c1faaf12629e287 /src/test/test_options.c
parent76c33f7ff46df47df0cc880595c4d943d50f019b (diff)
downloadtor-f4af1919abc0286514051fbbdd97f824879814bb.tar.gz
tor-f4af1919abc0286514051fbbdd97f824879814bb.zip
Replace accumulated C ;;s with ;s
I don't know where these came from.
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r--src/test/test_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c
index bb5cf685de..94a5a034d9 100644
--- a/src/test/test_options.c
+++ b/src/test/test_options.c
@@ -282,7 +282,7 @@ test_have_enough_mem_for_dircache(void *arg)
or_options_t *opt=NULL;
or_options_t *dflt=NULL;
config_line_t *cl=NULL;
- char *msg=NULL;;
+ char *msg=NULL;
int r;
const char *configuration = "ORPort 8080\nDirCache 1", *expect_errmsg;