summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp.h b/lsp.h
index 28ebcd8..efaca11 100644
--- a/lsp.h
+++ b/lsp.h
@@ -584,7 +584,7 @@ typedef struct LSP {
// dynamic array of root directories of LSP workspace folders
LSPDocumentID *workspace_folders;
LSPMutex error_mutex;
- char error[256];
+ char error[512];
} LSP;
// returns true if there's an error.