mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Add return value for inet_aton
This commit is contained in:
parent
6847ae689a
commit
3f3adf0c0e
@ -152,6 +152,7 @@ int inet_aton(const char *cp, struct in_addr *inp)
|
||||
return -1;
|
||||
|
||||
inp->s_addr = addr;
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user