diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 91855bab6..e9755d5d4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -101,7 +101,7 @@ struct { unsigned int emulate_bugs; /* bug emulation flags EMUBUG_xxxx */ int shm_coprocess; const char *set_filename; - const char *comment_string; + STRLIST comments; int throw_keyid; const char *photo_viewer; int s2k_mode; |