--- a/src/devices/wifi/mac-high-adhoc.cc Tue Oct 09 16:11:08 2007 +0200
+++ b/src/devices/wifi/mac-high-adhoc.cc Tue Oct 09 16:11:37 2007 +0200
@@ -1,7 +1,6 @@
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2005 INRIA
- * All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -88,4 +87,4 @@
m_callback (packet);
}
-}; // namespace ns3
+} // namespace ns3
--- a/src/devices/wifi/mac-high-adhoc.h Tue Oct 09 16:11:08 2007 +0200
+++ b/src/devices/wifi/mac-high-adhoc.h Tue Oct 09 16:11:37 2007 +0200
@@ -1,7 +1,6 @@
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2005 INRIA
- * All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -55,6 +54,6 @@
ForwardCallback m_callback;
};
-}; // namespace ns3
+} // namespace ns3
#endif /* MAC_HIGH_ADHOC_H */