aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-26 11:35:07 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 11:35:07 +0000
commit65f972b2e8f0d6ba72be1f9038f6488902e5c8aa (patch)
tree709de492df14e0fcddef3266fecd231593227238
parent107cb784870f9bd9b15d88af5a7f71752312aa74 (diff)
warnless.h: Removed spurious character from commit 696bc6b9c9
Not picked up by checksrc or Visual Studio but my own code review, this would haven broken Intel based Unix builds - Perhaps I should learn to type on my laptop's keyboard before committing!
-rw-r--r--lib/warnless.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnless.h b/lib/warnless.h
index 120badae7..ab6d29998 100644
--- a/lib/warnless.h
+++ b/lib/warnless.h
@@ -88,7 +88,7 @@ ssize_t curlx_write(int fd, const void *buf, size_t count);
int curlx_FD_ISSET(int fd, fd_set *fdset);
void curlx_FD_SET(int fd, fd_set *fdset);
-3
+
void curlx_FD_ZERO(fd_set *fdset);
unsigned short curlx_htons(unsigned short usnum);