Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/socket.c:
}
+static int isPort0( const union unix_sockaddr *uaddr) +{
- switch (uaddr->addr.sa_family)
- {
- case AF_INET:
nitpick: I would indent this (and the rest of the stuff in the switch case)