aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/lzma.h
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/include/lzma.h')
-rw-r--r--payloads/libpayload/include/lzma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/include/lzma.h b/payloads/libpayload/include/lzma.h
index 35f4c02c46..5be6f43935 100644
--- a/payloads/libpayload/include/lzma.h
+++ b/payloads/libpayload/include/lzma.h
@@ -32,7 +32,7 @@
/* decompresses the data stream at src to dst, determining its length from
* the data stream itself.
- *
+ *
* returns the decompressed size, or 0 on error
*/
unsigned long ulzma(unsigned char *src, unsigned char *dst);