[fix] warnings in transliterate.c

This commit is contained in:
Al
2015-06-03 19:29:35 -04:00
parent 7dcb4bf6f4
commit 760714a234

View File

@@ -188,6 +188,8 @@ static char_set_result_t next_prefix_or_set(trie_t *trie, char *str, size_t len,
return (char_set_result_t){result, CHAR_SET_REPEAT};
}
}
return NULL_CHAR_SET_RESULT;
}
@@ -1192,6 +1194,7 @@ transliteration_step_t *transliteration_step_read(FILE *f) {
exit_step_destroy:
free(step);
return NULL;
}
bool transliteration_step_write(transliteration_step_t *step, FILE *f) {