mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Omit trailing comma on enum
To accommodate less capable compilers. Co-authored-by: Peter Pettersson <85582231+boretrk@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ typedef enum {
|
||||
* exist. When using this flag, you may wish to manually call
|
||||
* `git_odb_refresh` before processing a batch of objects.
|
||||
*/
|
||||
GIT_ODB_LOOKUP_NO_REFRESH = (1 << 0),
|
||||
GIT_ODB_LOOKUP_NO_REFRESH = (1 << 0)
|
||||
} git_odb_lookup_flags_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user