mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Tabs -> Spaces
This commit is contained in:
parent
d3fd0339c9
commit
c83696cd41
@ -1583,11 +1583,11 @@ cleanup:
|
|||||||
|
|
||||||
|
|
||||||
long gethostid(void) {
|
long gethostid(void) {
|
||||||
Result rc;
|
Result rc;
|
||||||
u32 id;
|
u32 id;
|
||||||
rc = nifmGetCurrentIpAddress(&id);
|
rc = nifmGetCurrentIpAddress(&id);
|
||||||
if(R_SUCCEEDED(rc))
|
if(R_SUCCEEDED(rc))
|
||||||
return id;
|
return id;
|
||||||
return INADDR_LOOPBACK;
|
return INADDR_LOOPBACK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user