Fix one typo that would have only been found on a machine that is generating the documentation, and does not supply a sockaddr_un.

This commit is contained in:
Andre Kostur 2015-05-29 12:01:53 -06:00
parent 4390b78e25
commit 46898690e2

View file

@ -1950,7 +1950,7 @@ version(StdDdoc)
// This exists only to allow the constructor taking // This exists only to allow the constructor taking
// a sockaddr_un to be compilable for documentation // a sockaddr_un to be compilable for documentation
// on platforms that don't supply a sockaddr_un. // on platforms that don't supply a sockaddr_un.
struct sockaddr_in struct sockaddr_un
{ {
} }
} }