summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/select.h')
-rw-r--r--libs/libcurl/src/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/select.h b/libs/libcurl/src/select.h
index f5652a74f7..687ab164c4 100644
--- a/libs/libcurl/src/select.h
+++ b/libs/libcurl/src/select.h
@@ -109,7 +109,7 @@ int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes,
SET_SOCKERRNO(EINVAL); \
return -1; \
} \
-} WHILE_FALSE
+} while(0)
#endif
#endif /* HEADER_CURL_SELECT_H */