diff options
Diffstat (limited to 'kexec/lzma.c')
-rw-r--r-- | kexec/lzma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/lzma.c b/kexec/lzma.c index 43f9290..2490de6 100644 --- a/kexec/lzma.c +++ b/kexec/lzma.c @@ -91,7 +91,7 @@ LZFILE *lzopen(const char *path, const char *mode) int lzclose(LZFILE *lzfile) { lzma_ret ret; - int n; + size_t n; if (!lzfile) return -1; |