summaryrefslogtreecommitdiff
path: root/archival/lzop.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/lzop.c')
-rw-r--r--archival/lzop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/lzop.c b/archival/lzop.c
index f5e06b5..9b42e5f 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -438,6 +438,7 @@ struct globals {
#define OPTION_STRING "cfvqdt123456789CF"
+/* Note: must be kept in sync with archival/bbunzip.c */
enum {
OPT_STDOUT = (1 << 0),
OPT_FORCE = (1 << 1),