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

This commit is contained in:
Dmitry Timoshkov 2012-07-03 17:33:41 +09:00 committed by Alexandre Julliard
parent 56621638df
commit 1f3b53c5d8
1 changed files with 1 additions and 1 deletions

View File

@ -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) REAL convert_unit(REAL logpixels, GpUnit unit)
{ {
switch(unit) switch(unit)