Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26431fc

Browse files
committedOct 14, 2021
fix rebasing
1 parent 7d00d62 commit 26431fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎legacy/builder/ctags_runner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (s *CTagsRunner) Run(ctx *types.Context) error {
5656

5757
parser := &ctags.CTagsParser{}
5858

59-
ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile.Name)
59+
ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile)
6060
parser.FixCLinkageTagsDeclarations(ctx.CTagsOfPreprocessedSource)
6161

6262
protos, line := parser.GeneratePrototypes()

0 commit comments

Comments
 (0)
Please sign in to comment.