Skip to content

Commit b533856

Browse files
Fix CI: replace em dash with semicolon in TaskDispatcher comment
1 parent 682faae commit b533856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

windows/camera_desktop_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TaskDispatcher::TaskDispatcher() {
3131
wc.lpfnWndProc = &TaskDispatcher::WndProc;
3232
wc.hInstance = GetModuleHandle(nullptr);
3333
wc.lpszClassName = kTaskWndClass;
34-
RegisterClassEx(&wc); // Ignore failure already-registered is fine.
34+
RegisterClassEx(&wc); // Ignore failure; already-registered is fine.
3535

3636
hwnd_ = CreateWindowEx(0, kTaskWndClass, nullptr, 0,
3737
0, 0, 0, 0, HWND_MESSAGE, nullptr,

0 commit comments

Comments
 (0)