diff options
Diffstat (limited to 'g10/filter.h')
-rw-r--r-- | g10/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/filter.h b/g10/filter.h index d420d7c62..9f235fd6b 100644 --- a/g10/filter.h +++ b/g10/filter.h @@ -110,7 +110,7 @@ typedef struct { typedef struct { - const char *what; /* description */ + char *what; /* description */ u32 last_time; /* last time reported */ unsigned long last; /* last amount reported */ unsigned long offset; /* current amount */ |