diff options
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index fdc05a4..170548b 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -920,7 +920,7 @@ find_match (SIM_DESC sd, sim_cpu *cpu, char *argv[], int *pargi) static char ** complete_option_list (char **ret, size_t *cnt, const struct option_list *ol, - char *text, char *word) + const char *text, const char *word) { const OPTION *opt = NULL; int argi; |