projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a8dad
)
Oops, fix syntax error.
author
Bruno Haible
<bruno@clisp.org>
Mon, 22 Dec 2008 00:26:36 +0000
(
01:26
+0100)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 22 Dec 2008 00:26:36 +0000
(
01:26
+0100)
lib/wcsnrtombs.c
patch
|
blob
|
history
diff --git
a/lib/wcsnrtombs.c
b/lib/wcsnrtombs.c
index 742b8579108a4a76c7c60135b80884377101b940..23eebc5108b01ccfe1b40b435ec71870543910fa 100644
(file)
--- 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
@@
wcsnrtombs (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate
return (size_t)(-1);
}
}
-
-#endif