Browse Source

Fix typo in double_digest_map type

Sebastian Hahn 8 years ago
parent
commit
63db8170ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dircollate.c

+ 1 - 1
src/or/dircollate.c

@@ -23,7 +23,7 @@ typedef struct ddmap_entry_s {
   vote_routerstatus_t *vrs_lst[FLEXIBLE_ARRAY_MEMBER];
 } ddmap_entry_t;
 
-struct double_digest_map_s *by_both_ids;
+double_digest_map_t *by_both_ids;
 
 static void
 ddmap_entry_free(ddmap_entry_t *e)