mirror of
https://github.com/qpdf/qpdf.git
synced 2025-03-30 21:32:23 +00:00
Fix typo in comment and whitespace issue
This commit is contained in:
parent
0675a3f61a
commit
1fb26f08ad
@ -69,7 +69,7 @@ enum qpdf_stream_decode_level_e
|
|||||||
qpdf_dl_none = 0, /* preserve all stream filters */
|
qpdf_dl_none = 0, /* preserve all stream filters */
|
||||||
qpdf_dl_generalized, /* decode general-purpose filters */
|
qpdf_dl_generalized, /* decode general-purpose filters */
|
||||||
qpdf_dl_specialized, /* also decode other non-lossy filters */
|
qpdf_dl_specialized, /* also decode other non-lossy filters */
|
||||||
qpdf_dl_all /* also decode loss filters */
|
qpdf_dl_all /* also decode lossy filters */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* R3 Encryption Parameters */
|
/* R3 Encryption Parameters */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user