diff options
Diffstat (limited to 'libs/libcurl/src/socketpair.h')
-rw-r--r-- | libs/libcurl/src/socketpair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/socketpair.h b/libs/libcurl/src/socketpair.h index 38d8245bc4..d3fa60c135 100644 --- a/libs/libcurl/src/socketpair.h +++ b/libs/libcurl/src/socketpair.h @@ -74,7 +74,7 @@ int Curl_pipe(curl_socket_t socks[2], bool nonblocking); #elif !defined(HAVE_SOCKETPAIR)
#define SOCKETPAIR_FAMILY 0 /* not used */
#else
-#error "unsupported unix domain and socketpair build combo"
+#error "unsupported Unix domain and socketpair build combo"
#endif
#ifdef SOCK_CLOEXEC
|