diff options
Diffstat (limited to 'lsp-parse.c')
-rw-r--r-- | lsp-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp-parse.c b/lsp-parse.c index 5a38453..63d5605 100644 --- a/lsp-parse.c +++ b/lsp-parse.c @@ -335,7 +335,7 @@ static bool parse_completion_response(LSP *lsp, const JSON *json, LSPResponse *r break; default: lsp_set_error(lsp, "Weird result type for textDocument/completion response: %s.", json_type_to_str(result.type)); - break; + break; } if (!lsp_expect_array(lsp, items_value, "completion list")) |