X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funinorm%2Fnfd.c;h=875883e55797d736d0de36b6baf93977b8dfba45;hb=c7aa202c7a09dfb8678bdbb0e01a0c8dba2a5966;hp=47f16771792d49ece990bbb57a85a7faf86b78af;hpb=9fbf8e1a391ab49dca9c608a32af9a42831f3445;p=pspp diff --git a/lib/uninorm/nfd.c b/lib/uninorm/nfd.c index 47f1677179..875883e557 100644 --- a/lib/uninorm/nfd.c +++ b/lib/uninorm/nfd.c @@ -1,5 +1,5 @@ /* Unicode Normalization Form D. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2011 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it @@ -26,5 +26,6 @@ const struct unicode_normalization_form uninorm_nfd = { 0, uc_canonical_decomposition, - NULL + NULL, + &uninorm_nfd };