Commit bd465f9c by Linquize

Fix warning

parent d99c8ca1
...@@ -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