Skip to content

Commit

Permalink
fixup! main: make the second argument for makePtagIfEnabled read only
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed Sep 29, 2019
1 parent a5d0b49 commit 6a76242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/writer-json.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ tagWriter jsonWriter = {
.defaultFileName = "-",
};

extern bool ptagMakeJsonOutputVersion (ptagDesc *desc, void *data CTAGS_ATTR_UNUSED)
extern bool ptagMakeJsonOutputVersion (ptagDesc *desc, const void *data CTAGS_ATTR_UNUSED)
{
return false;
}
Expand Down

0 comments on commit 6a76242

Please sign in to comment.