summaryrefslogtreecommitdiff
path: root/ide-definitions.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide-definitions.c')
-rw-r--r--ide-definitions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-definitions.c b/ide-definitions.c
index 8b895db..f416aba 100644
--- a/ide-definitions.c
+++ b/ide-definitions.c
@@ -193,7 +193,7 @@ void definitions_process_lsp_response(Ted *ted, LSP *lsp, const LSPResponse *res
}
LSPLocation location = response_def->locations[0];
const char *path = lsp_document_path(lsp, location.document);
- if (!ted_open_file(ted, path)) {
+ if (!ted_open_file(ted, path)) {
ted_flash_error_cursor(ted);
return;
}