fix mut issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
blackbeard420 2024-01-02 15:52:34 -05:00
parent 72fcbfa7c0
commit bef5307f7d
Signed by: blackbeard420
GPG Key ID: 88C719E09CDDA4A5

View File

@ -41,7 +41,7 @@ mod winserv {
let sender = client.sender();
let run = true;
let mut run = true;
// The entry point where execution will start on a background thread after a call to
// `service_dispatcher::start` from `main`.