Skip to content

Commit

Permalink
Fix vet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed May 2, 2019
1 parent 29a1e26 commit f905084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jarcat/unzip/unzip.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (e *extractor) extractTar(f io.Reader) error {
return err
}
default:
fmt.Fprintf(os.Stderr, "Unhandled file type %s for %s", hdr.Typeflag, hdr.Name)
fmt.Fprintf(os.Stderr, "Unhandled file type %d for %s", hdr.Typeflag, hdr.Name)
}
}
}
Expand Down

0 comments on commit f905084

Please sign in to comment.