summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strsep.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/strsep.cc')
-rw-r--r--winsup/cygwin/strsep.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/strsep.cc b/winsup/cygwin/strsep.cc
index 0a421f6e1..f03df3d94 100644
--- a/winsup/cygwin/strsep.cc
+++ b/winsup/cygwin/strsep.cc
@@ -35,8 +35,7 @@
* SUCH DAMAGE.
*/
-extern "C"
-char *
+extern "C" char *
strsep (char **stringp,
const char *delim)
{