mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Ivar underscore prefixes added and some tidying done.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4902 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6a01c2a85d
commit
a2737c2cf5
69 changed files with 2340 additions and 2203 deletions
|
@ -263,7 +263,7 @@ static NSMapTable *port_number_2_in_port = NULL;
|
|||
|
||||
- (void) invalidate
|
||||
{
|
||||
if (is_valid)
|
||||
if (_is_valid)
|
||||
{
|
||||
close (_port_socket);
|
||||
[super invalidate];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue