]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
warnless.h: Removed spurious character from commit 696bc6b9c9
authorSteve Holme <steve_holme@hotmail.com>
Sat, 26 Mar 2016 11:35:07 +0000 (11:35 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 26 Mar 2016 11:35:07 +0000 (11:35 +0000)
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!

lib/warnless.h

index 120badae7310ce5c11e9f8271395593942973629..ab6d29998daa84eecc7dd5a522f516ae9515c53c 100644 (file)
@@ -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);