diff --git a/bashline.c b/bashline.c index fb8aeea20..181585c5b 100644 --- a/bashline.c +++ b/bashline.c @@ -4142,7 +4142,7 @@ vi_advance_point (void) } } #else - rl_point++: + rl_point++; #endif return point; }
- Typo in bashline.c Martin D Kealey
- Re: Typo in bashline.c Chet Ramey