fix a small style issue
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 22 Nov 2007 16:07:45 +0100
changeset 2163 03fe5e8740dc
parent 2162 4bf1541c02cf
child 2164 6e347fdbfa4a
fix a small style issue
src/devices/wifi/mac-low.cc
--- a/src/devices/wifi/mac-low.cc	Thu Nov 22 16:06:05 2007 +0100
+++ b/src/devices/wifi/mac-low.cc	Thu Nov 22 16:07:45 2007 +0100
@@ -909,7 +909,7 @@
   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 ();