Module: wine Branch: master Commit: ef2a8be6483bb5c0e2857cde4cd10a9bef72252e URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef2a8be6483bb5c0e2857cde4c...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Fri Nov 22 18:04:02 2013 +0100
comctl32: Clarify DATETIME_GetPrevDateField documentation.
---
dlls/comctl32/datetime.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c index 9684a92..d13b50c 100644 --- a/dlls/comctl32/datetime.c +++ b/dlls/comctl32/datetime.c @@ -831,8 +831,8 @@ DATETIME_HitTest (const DATETIME_INFO *infoPtr, POINT pt) return DTHT_NONE; }
-/* Returns index of a closest date field from given counting to left - or -1 if there's no such field at left */ +/* Returns index of the nearest preceding date field from given, + or -1 if none was found */ static int DATETIME_GetPrevDateField(const DATETIME_INFO *infoPtr, int i) { for(--i; i >= 0; i--)