diff options
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index ddbcd0b..daca498 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1819,7 +1819,7 @@ _initialize_inftarg (void) c = add_com ("dll-symbols", class_files, dll_symbol_command, "Load dll library symbols from FILE."); - c->completer = filename_completer; + set_cmd_completer (c, filename_completer); sh = getenv ("SHELL"); if (!sh) |