mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:31:44 +00:00
[REACTOS][CPL] Coding style fixes only
This commit is contained in:
parent
ff3d1b7bb1
commit
d5bd08fca4
5 changed files with 5 additions and 5 deletions
|
@ -944,7 +944,7 @@ DisplayDlgProc(HWND hDlg,
|
|||
case WM_DRAWITEM:
|
||||
{
|
||||
LPDRAWITEMSTRUCT lpDrawItem;
|
||||
lpDrawItem = (LPDRAWITEMSTRUCT) lParam;
|
||||
lpDrawItem = (LPDRAWITEMSTRUCT)lParam;
|
||||
if(lpDrawItem->CtlID == IDC_COLORIMAGE)
|
||||
{
|
||||
HDC hdcMem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue