Another // comment fixed.

diff --git a/ole/variant.c b/ole/variant.c
index 70bac6e..6729e19 100644
--- a/ole/variant.c
+++ b/ole/variant.c
@@ -381,7 +381,7 @@
 			/* 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 )