diff src/misc2.c @ 9252:c25898cc99c1 v7.4.1909

commit https://github.com/vim/vim/commit/945ec093cd4ddefab930239990564b12eb232153 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 8 21:17:43 2016 +0200 patch 7.4.1909 Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Jun 2016 21:30:06 +0200
parents 0ea97a753a2d
children 25c562442f8c
line wrap: on
line diff
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -5152,7 +5152,7 @@ ff_create_stack_element(
     new->ffs_filearray_cur  = 0;
     new->ffs_stage	   = 0;
     new->ffs_level	   = level;
-    new->ffs_star_star_empty = star_star_empty;;
+    new->ffs_star_star_empty = star_star_empty;
 
     /* the following saves NULL pointer checks in vim_findfile */
     if (fix_part == NULL)