mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a warning about an extraneous semicolon
This commit is contained in:
parent
2e4f3b36bd
commit
ef2248d09b
@ -106,7 +106,7 @@ HT_GENERATE2(channel_gid_map, channel_s, gidmap_node,
|
|||||||
channel_id_hash, channel_id_eq,
|
channel_id_hash, channel_id_eq,
|
||||||
0.6, tor_reallocarray_, tor_free_)
|
0.6, tor_reallocarray_, tor_free_)
|
||||||
|
|
||||||
HANDLE_IMPL(channel, channel_s,);
|
HANDLE_IMPL(channel, channel_s,)
|
||||||
|
|
||||||
/* Counter for ID numbers */
|
/* Counter for ID numbers */
|
||||||
static uint64_t n_channels_allocated = 0;
|
static uint64_t n_channels_allocated = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user