From fc51f07699c12d18c3f565bd7da9ff7eeda0ecde Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 15 Jul 2010 00:04:14 +0000 Subject: Remove more extraneous ;s. --- usr.bin/netstat/if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat/if.c') diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 50c8fdc..b346654 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -562,7 +562,7 @@ sidewaysintpr(int interval1, u_long off) interesting = ip; interesting_off = off; } - snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name);; + snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name); if ((ipn = malloc(sizeof(struct iftot))) == NULL) { printf("malloc failed\n"); exit(1); -- cgit v1.1