mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1092 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e90175e3b3
commit
148267ae25
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
{
|
||||
unsigned is_valid:1;
|
||||
unsigned delay_dialog_interruptions:1;
|
||||
unsigned tcp_port_filler:6;
|
||||
unsigned connection_filler:6;
|
||||
unsigned retain_count:24;
|
||||
Port *in_port;
|
||||
Port *out_port;
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
{
|
||||
unsigned is_valid:1;
|
||||
unsigned delay_dialog_interruptions:1;
|
||||
unsigned tcp_port_filler:6;
|
||||
unsigned connection_filler:6;
|
||||
unsigned retain_count:24;
|
||||
Port *in_port;
|
||||
Port *out_port;
|
||||
|
|
Loading…
Reference in a new issue