diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 317ae8f41a..1a3cf6886d 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -157,7 +157,7 @@ typedef off_t off_T; /// Note: before the screen is initialized and when out of memory these can be /// NULL. EXTERN ScreenGrid default_grid INIT(= { 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, - 0, 0 }); + 0, 0, 0 }); #define DEFAULT_GRID_HANDLE 1 /* handle for the default_grid */ |