Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
language codes: add back line removed by mistake
  • Loading branch information
perexg committed May 29, 2015
1 parent 63d4ae0 commit 3f948e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lang_codes.c
Expand Up @@ -674,6 +674,7 @@ static void lang_code_free( lang_code_lookup_t *l )
{
lang_code_lookup_element_t *element;
if (l == NULL)
return;
while ((element = RB_FIRST(l)) != NULL) {
RB_REMOVE(l, element, link);
free(element);
Expand Down

0 comments on commit 3f948e6

Please sign in to comment.