summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index dd0bd981f20..ab4cef92bd5 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -501,7 +501,7 @@ int tstream_disconnect_recv(struct tevent_req *req,
*/
bool tsocket_address_is_inet(const struct tsocket_address *addr, const char *fam);
-#if DOXYGEN
+#ifdef DOXYGEN
/**
* @brief Create a tsocket_address for ipv4 and ipv6 endpoint addresses.
*