mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9aae8e5520
commit
1a3a95df8f
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ getAddr(NSString* name, NSString* svc, NSString* pcl, struct sockaddr_in *sin)
|
||||||
RETAIN(address);
|
RETAIN(address);
|
||||||
service = [NSString stringWithFormat: @"%d",
|
service = [NSString stringWithFormat: @"%d",
|
||||||
(int)GSSwapBigI16ToHost(sin->sin_port)];
|
(int)GSSwapBigI16ToHost(sin->sin_port)];
|
||||||
REYTAIN(service);
|
RETAIN(service);
|
||||||
protocol = @"tcp";
|
protocol = @"tcp";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue