diff options
| author | Peter Pettersson <boretrk@hotmail.com> | 2021-10-03 00:12:52 +0200 |
|---|---|---|
| committer | Peter Pettersson <boretrk@hotmail.com> | 2021-11-15 16:45:40 +0100 |
| commit | 38c3449822162e7b7669c1cc7ca778afccb59406 (patch) | |
| tree | 7ce432a4a459b0b0ca025945b4aca9f2b54b9caa /include/git2/describe.h | |
| parent | 5221e1854846ac31dd2ada44fb29dc705104e851 (diff) | |
| download | libgit2-38c3449822162e7b7669c1cc7ca778afccb59406.tar.gz | |
Make enum in includes C90 compliant by removing trailing comma.
Diffstat (limited to 'include/git2/describe.h')
| -rw-r--r-- | include/git2/describe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/describe.h b/include/git2/describe.h index 1d2ca1496..e8afd6879 100644 --- a/include/git2/describe.h +++ b/include/git2/describe.h @@ -30,7 +30,7 @@ GIT_BEGIN_DECL typedef enum { GIT_DESCRIBE_DEFAULT, GIT_DESCRIBE_TAGS, - GIT_DESCRIBE_ALL, + GIT_DESCRIBE_ALL } git_describe_strategy_t; /** |
