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 26, 2019
1 parent 60ed3af commit 6417a1d
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 6417a1d

Please sign in to comment.