remove trailing ';'
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Fri, 13 Aug 2010 10:10:10 +0200
changeset 6562 81b870921187
parent 6561 d22119d6f382
child 6563 8e4b1a3bf270
remove trailing ';'
src/simulator/high-precision.h
--- a/src/simulator/high-precision.h	Fri Aug 13 09:32:29 2010 +0200
+++ b/src/simulator/high-precision.h	Fri Aug 13 10:10:10 2010 +0200
@@ -61,6 +61,6 @@
     }
 }
 
-}; /* namespace ns3 */
+} /* namespace ns3 */
 
 #endif /* HIGH_PRECISION_H */