7 Sep
2022
7 Sep
'22
3:48 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
ERR( "failed to read display config\n" ); return FALSE; } + +done:
The done label is used once. Probably best not to use goto in this case. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/551#note_7855