Permalink
Browse files
CLOUD: Fix whitespace
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
backends/networking/sdl_net/localwebserver.cpp
|
|
@@ -314,8 +314,8 @@ void LocalWebserver::resolveAddress(void *ipAddress) { |
|
|
// get ifconfig |
|
|
char buffer[LSSDP_BUFFER_LEN] = {}; |
|
|
struct ifconf ifc; |
|
|
ifc.ifc_len = sizeof(buffer); |
|
|
ifc.ifc_buf = (caddr_t) buffer; |
|
|
ifc.ifc_len = sizeof(buffer); |
|
|
ifc.ifc_buf = (caddr_t) buffer; |
|
|
|
|
|
if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) { |
|
|
warning("LocalWebserver: ioctl SIOCGIFCONF failed: %s (%d)", strerror(errno), errno); |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.