X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funicase%2Fu-totitle.h;h=4b945406737abfbf442e1c8fafcb45ec2457fb75;hb=8866a241ddbf4a459347b7147e325f539e4c07fe;hp=431f000aec51dbe7ef01d35b78104de59af58174;hpb=677440bc23d22bff682c78a3e59f981b0cb66dae;p=gnulib.git diff --git a/lib/unicase/u-totitle.h b/lib/unicase/u-totitle.h index 431f000ae..4b9454067 100644 --- a/lib/unicase/u-totitle.h +++ b/lib/unicase/u-totitle.h @@ -1,5 +1,5 @@ /* Titlecase mapping for UTF-8/UTF-16/UTF-32 strings (locale dependent). - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it @@ -21,8 +21,8 @@ FUNC (const UNIT *s, size_t n, const char *iso639_language, UNIT *resultbuf, size_t *lengthp) { return U_CT_TOTITLE (s, n, - unicase_empty_prefix_context, unicase_empty_suffix_context, - iso639_language, - nf, - resultbuf, lengthp); + unicase_empty_prefix_context, unicase_empty_suffix_context, + iso639_language, + nf, + resultbuf, lengthp); }