aboutsummaryrefslogtreecommitdiff
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 f5e06b54b..9b42e5fd3 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -438,6 +438,7 @@ struct globals {
438 438
439#define OPTION_STRING "cfvqdt123456789CF" 439#define OPTION_STRING "cfvqdt123456789CF"
440 440
441/* Note: must be kept in sync with archival/bbunzip.c */
441enum { 442enum {
442 OPT_STDOUT = (1 << 0), 443 OPT_STDOUT = (1 << 0),
443 OPT_FORCE = (1 << 1), 444 OPT_FORCE = (1 << 1),