diff options
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/interf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index 1ec02be..e2db44e 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -485,7 +485,7 @@ sim_do_command(sd, cmd) } char ** -sim_complete_command (SIM_DESC sd, char *text, char *word) +sim_complete_command (SIM_DESC sd, const char *text, const char *word) { return NULL; } |