summaryrefslogtreecommitdiffstats
path: root/decoder.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:43:21 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:43:21 +0000
commit41463d1237df40b1cf3a1916057370c2913a5932 (patch)
tree159ebcfb30be0a014e2fa29b35235585ed256648 /decoder.h
parentAdding debian version 1.15~rc1-1. (diff)
downloadlziprecover-41463d1237df40b1cf3a1916057370c2913a5932.tar.xz
lziprecover-41463d1237df40b1cf3a1916057370c2913a5932.zip
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder.h b/decoder.h
index 59c3adc..1269728 100644
--- a/decoder.h
+++ b/decoder.h
@@ -214,7 +214,8 @@ class LZ_decoder
uint32_t crc_;
const int outfd; // output file descriptor
- unsigned long long stream_position() const { return partial_data_pos + stream_pos; }
+ unsigned long long stream_position() const
+ { return partial_data_pos + stream_pos; }
void flush_data();
bool verify_trailer( const Pretty_print & pp ) const;