summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/Bcj2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lib7z/Bcj2.h')
-rw-r--r--src/lib/lib7z/Bcj2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/lib7z/Bcj2.h b/src/lib/lib7z/Bcj2.h
index dbc054148d2..fcdaa5cf854 100644
--- a/src/lib/lib7z/Bcj2.h
+++ b/src/lib/lib7z/Bcj2.h
@@ -25,11 +25,11 @@ Returns:
*/
int Bcj2_Decode(
- const Byte *buf0, SizeT size0,
- const Byte *buf1, SizeT size1,
- const Byte *buf2, SizeT size2,
- const Byte *buf3, SizeT size3,
- Byte *outBuf, SizeT outSize);
+ const Byte *buf0, SizeT size0,
+ const Byte *buf1, SizeT size1,
+ const Byte *buf2, SizeT size2,
+ const Byte *buf3, SizeT size3,
+ Byte *outBuf, SizeT outSize);
#ifdef __cplusplus
}