all: minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2022-12-02 16:46:16 +01:00
parent 8d1a98e03b
commit 7c57b10cae
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -96,7 +96,8 @@ struct options_t {
enum { SKIP_OVERLAY = 0, COPY_OVERLAY = 1, STRIP_OVERLAY = 2 };
int overlay;
// compression runtime parameters - see struct XXX_compress_config_t
// CRP - Compression Runtime Parameters (undocumented and subject to change)
// see struct XXX_compress_config_t
struct crp_t {
lzma_compress_config_t crp_lzma;
ucl_compress_config_t crp_ucl;