From 792f0e36593d1ec13ccb8a622ca5542c500577b4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Feb 2018 17:27:13 +0100 Subject: patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems. --- src/vimrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vimrun.c') diff --git a/src/vimrun.c b/src/vimrun.c index 2566859fa..13efd911e 100644 --- a/src/vimrun.c +++ b/src/vimrun.c @@ -55,7 +55,7 @@ main(void) ++p; } while (*p == L' ') - ++p; + ++p; /* * "-s" argument: don't wait for a key hit. -- cgit v1.2.1