X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-icu.c;h=044afcb48774b54ab099ee5de89e827c5c065eef;hb=0edd22d3d3fb9bafa8795815517e9ad51d51641f;hp=f14b494a003aa38e9a62a49e7d14c1f534aa7bd8;hpb=e8d49a7dea8eec8a8d588fca7464f29f4db5e838;p=yaz-moved-to-github.git diff --git a/util/yaz-icu.c b/util/yaz-icu.c index f14b494..044afcb 100644 --- a/util/yaz-icu.c +++ b/util/yaz-icu.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. */ @@ -438,11 +438,11 @@ static void process_text_file(const struct config_t *p_config) UErrorCode status = U_ZERO_ERROR; int success = 0; - if (! xml_node) + if (!xml_node) { printf("Could not parse XML config file '%s' \n", config.conffile); - exit (1); + exit(1); } config.chain = icu_chain_xml_config(xml_node, 1, &status); @@ -452,7 +452,7 @@ static void process_text_file(const struct config_t *p_config) else { printf("Could not set up ICU chain from config file '%s' \n", config.conffile); - exit (1); + exit(1); } if (p_config->xmloutput) @@ -539,7 +539,7 @@ int main(int argc, char **argv) exit(3); #endif /* YAZ_HAVE_ICU */ - return(0); + return 0; }