aboutsummaryrefslogtreecommitdiffstats
path: root/g10/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/filter.h')
-rw-r--r--g10/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/filter.h b/g10/filter.h
index bfd1e7a91..4423da2c8 100644
--- a/g10/filter.h
+++ b/g10/filter.h
@@ -55,7 +55,7 @@ typedef struct {
int status; /* an internal state flag */
int any_data; /* any valid armored data seen */
- unsigned empty; /* empty line counter USED??? */
+ int pending_lf; /* used together with faked */
} armor_filter_context_t;