mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 06:28:28 +03:00
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:
parent
4390b78e25
commit
46898690e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue