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;
 }

Reply via email to