X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficu_sortkey.c;h=ceffa5974f0e51e36544dc68ea7075322bfdff3c;hp=69c9f5791770a77726db55d43a604ba3b429ad9f;hb=1d3538f5ffc0a38434e421ae3f2c34618b50d392;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e diff --git a/src/icu_sortkey.c b/src/icu_sortkey.c index 69c9f57..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-2013 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;