diff options
| author | Linquize <linquize@yahoo.com.hk> | 2014-09-01 23:36:12 +0800 |
|---|---|---|
| committer | Linquize <linquize@yahoo.com.hk> | 2014-09-01 23:36:12 +0800 |
| commit | bd465f9c2208cbb0264145695b850d6458eaa7b6 (patch) | |
| tree | 4efbcf7dbf3c0ade750fe8034dbf7cd05f12cfd5 /examples | |
| parent | d99c8ca1783cfd04869e88f8707c036fc6053a05 (diff) | |
| download | libgit2-bd465f9c2208cbb0264145695b850d6458eaa7b6.tar.gz | |
Fix warning
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/tag.c | 2 |
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); |
