diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 93989b911fc..34b660d9a87 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -2238,7 +2238,7 @@ initialize_utils (void) "Set number of characters gdb thinks are in a line.", &setlist); add_show_from_set (c, &showlist); - c->function.sfunc = set_width_command; + set_cmd_sfunc (c, set_width_command); add_show_from_set (add_set_cmd ("height", class_support, |