Module: wine Branch: master Commit: 1af17844301c4924dd8324cbf2f9c3c1ef0394b2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1af17844301c4924dd8324cbf2...
Author: Huw Davies huw@codeweavers.com Date: Tue May 4 14:05:13 2010 +0100
comctl32: Silence a few compiler warnings.
---
dlls/comctl32/datetime.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c index dc2dd12..2418950 100644 --- a/dlls/comctl32/datetime.c +++ b/dlls/comctl32/datetime.c @@ -614,7 +614,7 @@ DATETIME_ReturnFieldWidth (const DATETIME_INFO *infoPtr, HDC hdc, int count, SHO lctype = LOCALE_SABBREVMONTHNAME1; max_count = 12; break; - case FULLMONTH: + default: /* FULLMONTH */ fall = fld_mon; lctype = LOCALE_SMONTHNAME1; max_count = 12;