From 92533af3edd2386f8fa92e2fd8cdd7217e4529ef Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 06:09:27 +0100 Subject: Merging upstream version 1.7. Signed-off-by: Daniel Baumann --- decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder.h') diff --git a/decoder.h b/decoder.h index 6d40fbc..e8030ab 100644 --- a/decoder.h +++ b/decoder.h @@ -259,7 +259,7 @@ void LZd_flush_data( struct LZ_decoder * const d ); int seek_read( const int fd, uint8_t * const buf, const int size, const int offset ); -static inline uint8_t LZd_peek1( const struct LZ_decoder * const d ) +static inline uint8_t LZd_peek_prev( const struct LZ_decoder * const d ) { const int i = ( ( d->pos > 0 ) ? d->pos : d->buffer_size ) - 1; return d->buffer[i]; -- cgit v1.2.3