diff options
Diffstat (limited to 'gdb/guile/scm-cmd.c')
-rw-r--r-- | gdb/guile/scm-cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/guile/scm-cmd.c b/gdb/guile/scm-cmd.c index 8bb4662..88a9864 100644 --- a/gdb/guile/scm-cmd.c +++ b/gdb/guile/scm-cmd.c @@ -362,8 +362,8 @@ cmdscm_add_completion (SCM completion, completion_tracker &tracker) } gdb::unique_xmalloc_ptr<char> item - (gdbscm_scm_to_string (completion, NULL, host_charset (), 1, - &except_scm)); + = gdbscm_scm_to_string (completion, NULL, host_charset (), 1, + &except_scm); if (item == NULL) { /* Inform the user, but otherwise ignore the entire result. */ |