Skip to content
Snippets Groups Projects
Commit 37635a62 authored by deuce's avatar deuce
Browse files

That was likely supposed to be a semi-colon.

parent 6bda57b1
No related branches found
No related tags found
No related merge requests found
...@@ -3076,7 +3076,7 @@ static void ctrl_thread(void* arg) ...@@ -3076,7 +3076,7 @@ static void ctrl_thread(void* arg)
return; return;
} }
protected_uint32_adjust(&active_clients, 1), protected_uint32_adjust(&active_clients, 1);
update_clients(); update_clients();
/* Initialize client display */ /* Initialize client display */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment