aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpgcompose.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpgcompose.c')
-rw-r--r--g10/gpgcompose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c
index ada986e14..55d3ae251 100644
--- a/g10/gpgcompose.c
+++ b/g10/gpgcompose.c
@@ -259,8 +259,8 @@ show_help (struct option options[])
for (i = 0; ; i ++)
{
- char *option = options[i].option;
- char *help = options[i].help;
+ const char *option = options[i].option;
+ const char *help = options[i].help;
int l;
int j;