Fixes #7
This commit is contained in:
Stephen McQuay 2018-02-27 20:29:40 -08:00
parent 9017579805
commit 627bb5a7be
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func main() {
ec++ ec++
fmt.Fprintf(os.Stderr, "%v\n", res.err) fmt.Fprintf(os.Stderr, "%v\n", res.err)
} else { } else {
fmt.Printf("%v %v\n", res.cs, res.f) fmt.Printf("%v\t%v\n", res.cs, res.f)
} }
} }
if ec > 0 { if ec > 0 {