samples/main-debug.cc
changeset 272 8639c0a2d309
parent 269 c79be9d4110a
child 275 0732d4283cc2
--- a/samples/main-debug.cc	Tue Feb 13 10:22:49 2007 +0100
+++ b/samples/main-debug.cc	Tue Feb 13 10:23:10 2007 +0100
@@ -16,7 +16,8 @@
 
   NS3_DEBUG ("other debug output");
 
-  int a = 0;
+  int a;
+  a = 0;
 
   NS3_ASSERT (a == 0);
   NS3_ASSERT_MSG (a == 0, "my msg");