Skip to content

Commit 8465ce7

Browse files
committed
main: remove a duplicated semicolon
1 parent ccac4df commit 8465ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/writer-ctags.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static void *beginECtagsFile (tagWriter *writer CTAGS_ATTR_UNUSED, MIO * mio CTA
4747
{
4848
static struct rejection rej;
4949

50-
rej.rejectedInThisInput = false;;
50+
rej.rejectedInThisInput = false;
5151

5252
return &rej;
5353
}

0 commit comments

Comments
 (0)