Skip to content

Commit b239c62

Browse files
committed
main,refactor: use markTagAsPlaceholder in markAsPlaceholderRecursively
1 parent 0aad4cb commit b239c62

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
@@ -2123,7 +2123,7 @@ extern const char* getTagFileDirectory (void)
21232123

21242124
static bool markAsPlaceholderRecursively (int index, tagEntryInfo *e, void *data CTAGS_ATTR_UNUSED)
21252125
{
2126-
e->placeholder = 1;
2126+
markTagAsPlaceholder (e, true);
21272127
markAllEntriesInScopeAsPlaceholder (index);
21282128
return true;
21292129
}

0 commit comments

Comments
 (0)