Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/syslink.c:
} defwndproc_counter++;
- ret = DefWindowProcW(hwnd, message, wParam, lParam);
- switch(message)
- {
case WM_NOTIFY:
{
NMLINK *nml = ((NMLINK*)lParam);
if (nml && NM_CLICK == nml->hdr.code)
{
g_linkid = nml->item.iLink ;
Remove the extra space before ;