Common: Capitalize setCurrentThreadName().

This commit is contained in:
Henrik Rydgård 2020-12-01 00:46:26 +01:00 committed by Unknown W. Brackets
parent 7e21e9a721
commit f4a6d291e1
38 changed files with 53 additions and 53 deletions

View file

@ -126,7 +126,7 @@ void HandleDebuggerRequest(const http::Request &request) {
if (!ws)
return;
setCurrentThreadName("Debugger");
SetCurrentThreadName("Debugger");
UpdateConnected(1);
SetupDebuggerLock();