diff options
Diffstat (limited to 'share/doc/psd/20.ipctut/dgramread.c')
-rw-r--r-- | share/doc/psd/20.ipctut/dgramread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/psd/20.ipctut/dgramread.c b/share/doc/psd/20.ipctut/dgramread.c index cd0f147111f9..193fca90067a 100644 --- a/share/doc/psd/20.ipctut/dgramread.c +++ b/share/doc/psd/20.ipctut/dgramread.c @@ -43,7 +43,7 @@ * u_short sin_port; * struct in_addr sin_addr; * char sin_zero[8]; - * }; + * }; * * This program creates a datagram socket, binds a name to it, then reads * from the socket. |