j
k
j a
j l
Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
ERR( "failed to read display config\n" ); return FALSE; } +done:
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.
Back to the thread
Back to the list