From 54969f4ef5825205ecde09ea80f4087fc3b68e5d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 7 Feb 2022 13:56:44 +0000 Subject: patch 8.2.4318: various comment and indent mistakes, returning wrong zero Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.c') diff --git a/src/window.c b/src/window.c index f80334d72..4fb92e035 100644 --- a/src/window.c +++ b/src/window.c @@ -766,7 +766,7 @@ cmd_with_count( } /* - * If "split_disallowed" is set given an error and return FAIL. + * If "split_disallowed" is set give an error and return FAIL. * Otherwise return OK. */ static int -- cgit v1.2.1