We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 453f3fe + 03e7833 commit ba82fdaCopy full SHA for ba82fda
1 file changed
oidset.h
@@ -27,7 +27,7 @@ struct oidset {
27
28
static inline void oidset_init(struct oidset *set, size_t initial_size)
29
{
30
- return oidmap_init(&set->map, initial_size);
+ oidmap_init(&set->map, initial_size);
31
}
32
33
/**
0 commit comments