Fix warning

This commit is contained in:
Linquize 2014-09-01 23:36:12 +08:00
parent d99c8ca178
commit bd465f9c22

View File

@ -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);