X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficu_sortkey.c;h=ceffa5974f0e51e36544dc68ea7075322bfdff3c;hp=9af6e52ad93ffc81b89c402031cea30f3398a0d4;hb=1d3538f5ffc0a38434e421ae3f2c34618b50d392;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/icu_sortkey.c b/src/icu_sortkey.c index 9af6e52..ceffa59 100644 --- a/src/icu_sortkey.c +++ b/src/icu_sortkey.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -27,8 +27,8 @@ #include /* char names */ void icu_sortkey8_from_utf16(UCollator *coll, - struct icu_buf_utf8 * dest8, - struct icu_buf_utf16 * src16, + struct icu_buf_utf8 *dest8, + struct icu_buf_utf16 *src16, UErrorCode * status) { int32_t sortkey_len = 0;