mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
igzip: Fix clang error on dep generation
Clang errors when generating dependencies due to a stray semicolon following a function definition. Change-Id: Iefb4aca988b643bb62a69bbbaf197aca20a2d085 Signed-off-by: Zhang Jinde <zjd5536@163.com>
This commit is contained in:
parent
163b6cd934
commit
a3d5cd8642
@ -1060,7 +1060,7 @@ void isal_gzip_header_init(struct isal_gzip_header *gz_hdr)
|
||||
gz_hdr->comment = NULL;
|
||||
gz_hdr->comment_buf_len = 0;
|
||||
gz_hdr->hcrc = 0;
|
||||
};
|
||||
}
|
||||
|
||||
uint32_t isal_write_gzip_header(struct isal_zstream *stream, struct isal_gzip_header *gz_hdr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user