fix a small style issue

This commit is contained in:
Mathieu Lacage
2007-11-22 16:07:45 +01:00
parent ac8e86643e
commit 39a0e3b29c

View File

@@ -909,7 +909,7 @@ MacLow::SendDataPacket (void)
StartDataTxTimers ();
WifiMode dataTxMode = GetDataTxMode (m_currentHdr.GetAddr1 (), GetCurrentSize ());
Time duration = Seconds (0);
Time duration = Seconds (0.0);
if (m_txParams.HasDurationId ())
{
duration += m_txParams.GetDurationId ();