We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccac4df commit 8465ce7Copy full SHA for 8465ce7
main/writer-ctags.c
@@ -47,7 +47,7 @@ static void *beginECtagsFile (tagWriter *writer CTAGS_ATTR_UNUSED, MIO * mio CTA
47
{
48
static struct rejection rej;
49
50
- rej.rejectedInThisInput = false;;
+ rej.rejectedInThisInput = false;
51
52
return &rej;
53
}
0 commit comments