Commit bd465f9c2208cbb0264145695b850d6458eaa7b6

Linquize 2014-09-01T23:36:12

Fix warning

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/tag.c b/examples/tag.c
index ebb8e37..1d254ae 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);