Fix GCC/Clang warning

This commit is contained in:
Cameron Gutman 2021-04-09 12:20:02 -05:00
parent 6dca9c6754
commit cb11b76682

View File

@ -12,7 +12,7 @@ static bool hasSessionId;
static int rtspClientVersion;
static char urlAddr[URLSAFESTRING_LEN];
static bool useEnet;
static const char* controlStreamId;
static char* controlStreamId;
static SOCKET sock = INVALID_SOCKET;
static ENetHost* client;