[fix] brace

This commit is contained in:
Al
2016-05-25 17:52:00 -04:00
parent 994b2f18e4
commit b19cd3f60a

View File

@@ -82,7 +82,7 @@ bool address_parser_data_set_tokenize_line(address_parser_data_set_t *data_set,
cstring_array_add_string(labels, label);
token_array_push(tokens, token);
else {
} else {
/* If normalizing the string turned one token into several e.g. ½ => 1/2
add all the tokens where offset = (token.offset + sub_token.offset)
with the same label as the parent.