Fix typo in double_digest_map type

This commit is contained in:
Sebastian Hahn 2015-08-14 02:12:35 +02:00 committed by Nick Mathewson
parent d07fe5dffe
commit 63db8170ae

View File

@ -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)