We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8ab81 commit 12d6eafCopy full SHA for 12d6eaf
1 file changed
lib/zip.h
@@ -228,7 +228,7 @@ enum zip_source_cmd {
228
ZIP_SOURCE_TELL_WRITE, /* get write position */
229
ZIP_SOURCE_SUPPORTS, /* check whether source supports command */
230
ZIP_SOURCE_REMOVE, /* remove file */
231
- ZIP_SOURCE_GET_COMPRESSION_FLAGS /* set version needed and compression flags, internal only */
+ ZIP_SOURCE_GET_COMPRESSION_FLAGS /* get compression flags, internal only */
232
};
233
typedef enum zip_source_cmd zip_source_cmd_t;
234
0 commit comments