diff options
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r-- | src/nvim/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h index 0bc2f76078..ca0ae16a66 100644 --- a/src/nvim/types.h +++ b/src/nvim/types.h @@ -26,7 +26,7 @@ typedef struct MsgpackRpcRequestHandler MsgpackRpcRequestHandler; typedef union { float_T (*float_func)(float_T); const MsgpackRpcRequestHandler *api_handler; - void *nullptr; + void *null; } EvalFuncData; typedef handle_T NS; |