summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tag.c b/examples/tag.c
index ebb8e37b2..1d254aee5 100644
--- a/examples/tag.c
+++ b/examples/tag.c
@@ -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);