Commit 1f3b53c5 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

gdiplus: Fix the convert_unit() comment to reflect its functionality.

parent 56621638
......@@ -317,7 +317,7 @@ GpStatus hresult_to_status(HRESULT res)
}
}
/* converts a given unit to its value in pixels */
/* converts a given unit to its value in inches */
REAL convert_unit(REAL logpixels, GpUnit unit)
{
switch(unit)
......
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