diff options
Diffstat (limited to 'tools/card-call-scd.c')
-rw-r--r-- | tools/card-call-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/card-call-scd.c b/tools/card-call-scd.c index 0b529f06a..b56f40a1c 100644 --- a/tools/card-call-scd.c +++ b/tools/card-call-scd.c @@ -962,7 +962,7 @@ learn_status_cb (void *opaque, const char *line) /* The format of such a line is: * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] */ - char *fields[4]; + const char *fields[4]; int nfields; const char *hexgrp, *usage; time_t keytime; |