From a42d0e917a9ad3e808b70f96fa44dce660d34320 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 25 May 2016 17:52:00 -0400 Subject: [PATCH] [fix] brace --- src/address_parser_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/address_parser_io.c b/src/address_parser_io.c index fc6ed9dd..3bbc7284 100644 --- a/src/address_parser_io.c +++ b/src/address_parser_io.c @@ -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.