Skip to content

Commit

Permalink
fixup! main,win32: introduce an option replacing backslashes in input…
Browse files Browse the repository at this point in the history
… file names with slashes
  • Loading branch information
masatake committed Oct 2, 2019
1 parent 12dfd60 commit 996a79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/writer-ctags.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ struct rejection {
tagWriter uCtagsWriter = {
.writeEntry = writeCtagsEntry,
.writePtagEntry = writeCtagsPtagEntry,
.preWriteEntry = NULL,
.postWriteEntry = NULL,
.rescanFailedEntry = NULL,
.treatFieldAsFixed = treatFieldAsFixed,
Expand Down

0 comments on commit 996a79a

Please sign in to comment.