Commit ae3921d6 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Another // comment fixed.

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