diff options
Diffstat (limited to 'usr.bin/tcfs/tcfstat.c')
-rw-r--r-- | usr.bin/tcfs/tcfstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tcfs/tcfstat.c b/usr.bin/tcfs/tcfstat.c index 71565335979..4033b0d1524 100644 --- a/usr.bin/tcfs/tcfstat.c +++ b/usr.bin/tcfs/tcfstat.c @@ -28,7 +28,7 @@ int stat_main(int argc, char *argv[], char *envp[]) { struct tcfs_status st; - int e, es, ok=0; + int e, es, ok = 0; char filesystem[MAXPATHLEN]; if (argc == 3 && !strcmp("-p", argv[1])) { |