mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a36a66209b
commit
70811df5e7
1 changed files with 1 additions and 1 deletions
|
@ -2085,7 +2085,7 @@ init_probe()
|
|||
int broadcast = 0;
|
||||
int elen = 0;
|
||||
struct in_addr *other = 0;
|
||||
struct in_addr sin { 0 };
|
||||
struct in_addr sin = { 0 };
|
||||
int high = 0;
|
||||
int low = 0;
|
||||
unsigned long net = 0;
|
||||
|
|
Loading…
Reference in a new issue