mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 12:29:08 +00:00
Fix warning
This commit is contained in:
parent
d99c8ca178
commit
bd465f9c22
@ -236,7 +236,7 @@ static void action_create_tag(tag_state *state)
|
||||
git_signature_free(tagger);
|
||||
}
|
||||
|
||||
static void print_usage()
|
||||
static void print_usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: see `git help tag`\n");
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user