23 Feb
2023
23 Feb
'23
10:01 a.m.
Huw Davies (@huw) commented about dlls/winspool.drv/tests/info.c:
ret = IsValidDevmodeW(&dm, dm.dmSize); ok(ret == test[i].ret, "%d: got %d\n", i, ret); } + + dm.dmSize = 0; +
It would be nice to remove this blank line, otherwise this looks good. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2262#note_25272