aboutsummaryrefslogtreecommitdiff
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 10530b71f8..61fe5ab251 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -277,7 +277,7 @@ int set_indent(int size, int flags)
}
retval = true;
} else {
- vim_free(newline);
+ free(newline);
}
curwin->w_cursor.col = ind_len;
return retval;