aboutsummaryrefslogtreecommitdiff
path: root/gdb/scm-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/scm-lang.c')
-rw-r--r--gdb/scm-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c
index 5d2cafe..1d05f8a 100644
--- a/gdb/scm-lang.c
+++ b/gdb/scm-lang.c
@@ -48,7 +48,7 @@ scm_printchar (int c, struct type *type, struct ui_file *stream)
static void
scm_printstr (struct ui_file *stream, struct type *type, const gdb_byte *string,
- unsigned int length, int force_ellipses,
+ unsigned int length, const char *encoding, int force_ellipses,
const struct value_print_options *options)
{
fprintf_filtered (stream, "\"%s\"", string);