Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2014-09-01 19:36:12 +0400
committerLinquize <linquize@yahoo.com.hk>2014-09-01 19:36:12 +0400
commitbd465f9c2208cbb0264145695b850d6458eaa7b6 (patch)
tree4efbcf7dbf3c0ade750fe8034dbf7cd05f12cfd5 /examples
parentd99c8ca1783cfd04869e88f8707c036fc6053a05 (diff)
Fix warning
Diffstat (limited to 'examples')
-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);