Skip to content
Permalink
Browse files

CLOUD: Fix whitespace

  • Loading branch information
wjp committed Mar 4, 2017
1 parent cfc83b4 commit 72962ae0f6338ccecd29efb4da65efe99acf4b99
Showing with 2 additions and 2 deletions.
  1. +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);

0 comments on commit 72962ae

Please sign in to comment.
You can’t perform that action at this time.