diff lib/wcsnrtombs.c @ 10945:b0278779929c

Oops, fix syntax error.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Dec 2008 01:26:36 +0100
parents 47cd92ce639a
children e8d2c6fc33ad
line wrap: on
line diff
--- a/lib/wcsnrtombs.c
+++ b/lib/wcsnrtombs.c
@@ -20,9 +20,9 @@
 /* Specification.  */
 #include <wchar.h>
 
-# include <errno.h>
-# include <stdlib.h>
-# include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
 
 
 extern mbstate_t _gl_wcsrtombs_state;
@@ -100,5 +100,3 @@
     return (size_t)(-1);
   }
 }
-
-#endif