Commit d4cb23e4 by Vicent Marti

Merge pull request #2548 from linquize/warning5

Fix warning
parents 69b58459 bd465f9c
...@@ -236,7 +236,7 @@ static void action_create_tag(tag_state *state) ...@@ -236,7 +236,7 @@ static void action_create_tag(tag_state *state)
git_signature_free(tagger); git_signature_free(tagger);
} }
static void print_usage() static void print_usage(void)
{ {
fprintf(stderr, "usage: see `git help tag`\n"); fprintf(stderr, "usage: see `git help tag`\n");
exit(1); exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment