Explorar o código

Fix typo in double_digest_map type

Sebastian Hahn %!s(int64=10) %!d(string=hai) anos
pai
achega
63db8170ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)