fix compiler warning

This commit is contained in:
Nick Kelsey 2016-10-13 14:02:26 -07:00
commit 6fee48fe15

View file

@ -28,7 +28,7 @@ struct hdhomerun_sock_t {
}; };
#if defined(_WINRT) #if defined(_WINRT)
static const char *hdhomerun_local_ip_info_str = NULL; static char *hdhomerun_local_ip_info_str = NULL;
/* /*
* String format: ip address '/' subnet mask bits <space> ... * String format: ip address '/' subnet mask bits <space> ...