aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r--src/nvim/option.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index 7d40fb3d6b..a878ba6455 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -8157,9 +8157,10 @@ void find_mps_values(int *initc, int *findc, int *backwards, int switchit)
}
}
-/* This is called when 'breakindentopt' is changed and whenn a window is
+/* This is called when 'breakindentopt' is changed and when a window is
initialized */
-int briopt_check() {
+int briopt_check(void)
+{
char_u *p;
int bri_shift = 0;
long bri_min = 20;