summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
committerpommicket <pommicket@gmail.com>2023-01-10 10:40:10 -0500
commitb0fe15647d196081d801db574fa074ff77e46f5f (patch)
tree786d4b15493ab469811fc7cd139f5d664f414644 /lsp.h
parentedd5188dfba93b8ffe376d0c194804f35f43dcaa (diff)
linux build , etc.
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.