diff options
Diffstat (limited to 'source/Interpreter/OptionValueArch.cpp')
| -rw-r--r-- | source/Interpreter/OptionValueArch.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/Interpreter/OptionValueArch.cpp b/source/Interpreter/OptionValueArch.cpp index 92fedffe75ead..6d283d6b92755 100644 --- a/source/Interpreter/OptionValueArch.cpp +++ b/source/Interpreter/OptionValueArch.cpp @@ -100,7 +100,7 @@ OptionValueArch::AutoComplete (CommandInterpreter &interpreter,                                                           s,                                                           match_start_point,                                                           max_return_elements, -                                                         NULL, +                                                         nullptr,                                                           word_complete,                                                           matches);      return matches.GetSize(); | 
