Clean up a string.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Jun 2001 06:22:33 +0000 (06:22 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 20 Jun 2001 06:22:33 +0000 (06:22 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3583 f5534014-38df-0310-8fa8-9805f1628bb7

packet-ieee80211.c

index b951ed7c84b1300bc29159ead2bc148728363b56..bf8b66d428fe2eb5a1187a902c84563de5864961 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2000, Axis Communications AB 
  * Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com
  *
- * $Id: packet-ieee80211.c,v 1.25 2001/06/20 06:15:07 guy Exp $
+ * $Id: packet-ieee80211.c,v 1.26 2001/06/20 06:22:33 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -1511,7 +1511,7 @@ proto_register_wlan (void)
 {
 
   static const value_string tofrom_ds[] = {
-    {0, "Not leaving DS or network is operating in AD-HOC mode ( To DS: 0  From DS: 0)"},
+    {0, "Not leaving DS or network is operating in AD-HOC mode (To DS: 0  From DS: 0)"},
     {1, "Frame is exiting DS (To DS: 0  From DS: 1)"},
     {2, "Frame is entering DS (To DS: 1  From DS: 0)"},
     {3, "Frame part of WDS (To DS: 1  From DS: 1)"},