mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fox typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25924 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b9a02a2c3e
commit
3f1949d4cd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static int inet_pton6(const char *src, uint8_t *dst);
|
|||
* Paul Vixie, 1996.
|
||||
*/
|
||||
int
|
||||
GSPrivate_pton(int af, const char *src, void *dst)
|
||||
inet_pton(int af, const char *src, void *dst)
|
||||
{
|
||||
|
||||
switch (af) {
|
||||
|
|
Loading…
Reference in a new issue