mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
46164184d4
commit
be13d60232
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.
|
* Paul Vixie, 1996.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
GSPrivate_pton(int af, const char *src, void *dst)
|
inet_pton(int af, const char *src, void *dst)
|
||||||
{
|
{
|
||||||
|
|
||||||
switch (af) {
|
switch (af) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue