Another // comment fixed.

This commit is contained in:
Marcus Meissner 1999-01-01 18:43:12 +00:00 committed by Alexandre Julliard
parent 8ba68fbd71
commit ae3921d6ab
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static BOOL32 DateToTm( DATE dateIn, LCID lcid, struct tm* pTm )
/* Set the tm_yday value.
* Note: The day is must be converted from [1-366] to [0-365]
*/
//pTm->tm_yday = nDay - 1;
/*pTm->tm_yday = nDay - 1;*/
/* find which mount this day corresponds to.
*/
if( nDay <= 31 )