X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficu_sortkey.c;h=e4decac74adf8349bd6e18fc7d6e9224ee0f56b8;hp=9af6e52ad93ffc81b89c402031cea30f3398a0d4;hb=cf0d647d4a642af04013d09f412e8629897187c5;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292 diff --git a/src/icu_sortkey.c b/src/icu_sortkey.c index 9af6e52..e4decac 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) 1995-2013 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;