xnanosleep: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / mbmemcasecoll.h
index ed774fb3be250708d77e78fca83059bf305108df..5fbb7da16d7fa2a4c4009aadf21a4f42d760eb2c 100644 (file)
@@ -1,5 +1,5 @@
 /* Locale-specific case-ignoring memory comparison.
-   Copyright (C) 2001, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2009-2011 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