Commit 4475045f authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

comctl32: Fix missing void in empty parameter list.

parent 4f0e6885
......@@ -3311,7 +3311,7 @@ TOOLBAR_GetBitmap (HWND hwnd, WPARAM wParam)
static inline LRESULT
TOOLBAR_GetBitmapFlags ()
TOOLBAR_GetBitmapFlags (void)
{
return (GetDeviceCaps (0, LOGPIXELSX) >= 120) ? TBBF_LARGE : 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment