Add missing line break

This commit is contained in:
Tindy X 2021-03-25 21:28:35 +08:00
parent 682885c9f8
commit b5bee91fa0
No known key found for this signature in database
GPG Key ID: C6AD413169968D58
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ void TCPLEDBroadcast(SOCKET sHost, const char* memory)
}
else
{
printErr("[INFO] Device disconnected!");
printErr("[INFO] Device disconnected!\n");
CONNECTED = false;
EXIT_FLAG = true;
break;