diff options
| author | Xin LI <delphij@FreeBSD.org> | 2008-01-16 19:27:43 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2008-01-16 19:27:43 +0000 |
| commit | 93b9f50404f9ef0fc00a5ed39ebe09b7cf4086bb (patch) | |
| tree | 1949ff10a24f623c91c0dd1c161428d8022ef1b7 /usr.bin/systat/ip6.c | |
| parent | f831d6e07304041c41739882b783560efea17156 (diff) | |
Notes
Diffstat (limited to 'usr.bin/systat/ip6.c')
| -rw-r--r-- | usr.bin/systat/ip6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index 6c7a1b9c7e0f5..bc3f52188e31f 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -98,8 +98,7 @@ openip6(void) } void -closeip6(w) - WINDOW *w; +closeip6(WINDOW *w) { if (w == NULL) return; |
