summaryrefslogtreecommitdiffstats
path: root/decoder.h
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:43:15 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:43:15 +0000
commitaffb7986cd388facf63f26a5dd7bd680b866bdf8 (patch)
tree86080ad96b070d413e931908ad1f82ca9348fbc8 /decoder.h
parentAdding upstream version 1.15~rc1. (diff)
downloadlziprecover-affb7986cd388facf63f26a5dd7bd680b866bdf8.tar.xz
lziprecover-affb7986cd388facf63f26a5dd7bd680b866bdf8.zip
Adding upstream version 1.15.upstream/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;