aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/snoopy/ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ip/snoopy/ether.c')
-rw-r--r--[-rwxr-xr-x]src/cmd/ip/snoopy/ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ip/snoopy/ether.c b/src/cmd/ip/snoopy/ether.c
index 9e16579a..2b33106e 100755..100644
--- a/src/cmd/ip/snoopy/ether.c
+++ b/src/cmd/ip/snoopy/ether.c
@@ -35,7 +35,7 @@ enum
Ot, /* type */
};
-static Field p_fields[] =
+static Field p_fields[] =
{
{"s", Fether, Os, "source address", } ,
{"d", Fether, Od, "destination address", } ,