diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 8c66a293e..bc6886f1e 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -47,7 +47,7 @@ usage(const char *name) } static char * -get_outfilename(mrb_state *mrb, char *infile, char *ext) +get_outfilename(mrb_state *mrb, char *infile, const char *ext) { size_t infilelen; size_t extlen; |
