diff options
Diffstat (limited to 'vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go')
-rw-r--r-- | vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go b/vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go index aa6940a71..576c4e430 100644 --- a/vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go +++ b/vendor/github.com/superseriousbusiness/exif-terminator/jpeg.go @@ -91,7 +91,7 @@ func (v *jpegVisitor) HandleSegment(segmentMarker byte, _ string, _ int, _ bool) if segmentMarker == jpegstructure.MARKER_EOI { // take account of the last 2 bytes taken up by the EOI eoiLength := 2 - + // this is the total file size we will // have written including the EOI willHaveWritten := v.writtenTotalBytes + eoiLength |