diff options
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r-- | sim/avr/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c index a5212e7..23fc8dc 100644 --- a/sim/avr/interp.c +++ b/sim/avr/interp.c @@ -1855,7 +1855,7 @@ sim_set_callbacks (host_callback *ptr) } 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; } |