diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-16 22:08:17 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-05-16 22:08:17 +0000 |
| commit | a752604477c646135eb8972a9797f4c331ce09ac (patch) | |
| tree | d0e580fe01975ec46af69e68238174deea46d8f4 /usr.sbin/gstat/gstat.c | |
| parent | 5eb4afcbb96a4ad477e2223afb963d8bbee5e009 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/gstat/gstat.c')
| -rw-r--r-- | usr.sbin/gstat/gstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index 69b2da97d481..0c6643c3e3c3 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -62,7 +62,7 @@ main(int argc, char **argv) struct timespec tp, tq; struct gmesh gmp; struct gprovider *pp; - struct gconsumer *cp;; + struct gconsumer *cp; struct gident *gid; short cf, cb; char *p; |
