summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c
index 477a44deb..be4d56359 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -1161,7 +1161,7 @@ preprocs_left(void)
* Return TRUE if the conditions are OK for smart indenting.
*/
int
-may_do_si()
+may_do_si(void)
{
return curbuf->b_p_si
&& !curbuf->b_p_cin