Skip to content

wgl: remove stray semicolon

There were a stray semicolon here, making this always take the hDC != NULL code-path, which clearly isn't what was intended.

This was noticed by a compiler-warning on CI.

Merge request reports