NEWS.stable: update and finalise
[gnulib.git] / lib / uninorm / decompose-internal.h
index c1bf125..1cf9bb2 100644 (file)
@@ -1,5 +1,5 @@
 /* Decomposition of Unicode strings.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2009.
 
    This program is free software: you can redistribute it and/or modify it
@@ -27,10 +27,10 @@ extern int
 struct ucs4_with_ccc
 {
   ucs4_t code;
-  int ccc;     /* range 0..255 */
+  int ccc;      /* range 0..255 */
 };
 
 /* Stable-sort an array of 'struct ucs4_with_ccc'.  */
 extern void
        gl_uninorm_decompose_merge_sort_inplace (struct ucs4_with_ccc *src, size_t n,
-                                               struct ucs4_with_ccc *tmp);
+                                                struct ucs4_with_ccc *tmp);