Skip to content

Commit 6ed7bf8

Browse files
committed
main,refactor: use markTagAsPlaceholder in markAsPlaceholderRecursively
1 parent 22eb5c1 commit 6ed7bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/entry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ extern const char* getTagFileDirectory (void)
21602160

21612161
static bool markAsPlaceholderRecursively (int index, tagEntryInfo *e, void *data CTAGS_ATTR_UNUSED)
21622162
{
2163-
e->placeholder = 1;
2163+
markTagAsPlaceholder (e, true);
21642164
markAllEntriesInScopeAsPlaceholder (index);
21652165
return true;
21662166
}

0 commit comments

Comments
 (0)