doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / mbmemcasecoll.h
index ed774fb..d566922 100644 (file)
@@ -1,5 +1,5 @@
 /* Locale-specific case-ignoring memory comparison.
-   Copyright (C) 2001, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2009-2014 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published
@@ -47,8 +47,8 @@ extern "C" {
    different lengths!  */
 
 extern int mbmemcasecoll (const char *s1, size_t s1len,
-                         const char *s2, size_t s2len,
-                         bool hard_LC_COLLATE);
+                          const char *s2, size_t s2len,
+                          bool hard_LC_COLLATE);
 
 
 #ifdef __cplusplus