aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/libuv_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/event/libuv_process.h')
-rw-r--r--src/nvim/event/libuv_process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/event/libuv_process.h b/src/nvim/event/libuv_process.h
index 3951bb6802..e1e4a6c406 100644
--- a/src/nvim/event/libuv_process.h
+++ b/src/nvim/event/libuv_process.h
@@ -5,7 +5,7 @@
#include "nvim/event/process.h"
#include "nvim/types_defs.h"
-typedef struct libuv_process {
+typedef struct {
Process process;
uv_process_t uv;
uv_process_options_t uvopts;