aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_handle_get.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_dir_handle_get.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_dir_handle_get.c')
-rw-r--r--src/test/test_dir_handle_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c
index e60884c867..fe26657ad8 100644
--- a/src/test/test_dir_handle_get.c
+++ b/src/test/test_dir_handle_get.c
@@ -870,7 +870,7 @@ test_dir_handle_get_server_descriptors_authority(void* data)
mock_routerinfo->cache_info.signed_descriptor_body =
tor_strdup(TEST_DESCRIPTOR);
mock_routerinfo->cache_info.signed_descriptor_len =
- strlen(TEST_DESCRIPTOR) - annotation_len;;
+ strlen(TEST_DESCRIPTOR) - annotation_len;
mock_routerinfo->cache_info.annotations_len = annotation_len;
mock_routerinfo->cache_info.published_on = time(NULL);