Skip to content
Commit b459f39b authored by Reuben Thomas's avatar Reuben Thomas
Browse files

lib.c: remove redundant NULL checks

A provider cannot be loaded unless it has a ‘list_dicts’ member, which is
checked by enchant_provider_is_valid(). Hence, no need to check that
‘list_dicts’ is non-NULL before calling it.
parent 3421ca92
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment