mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Make enum in includes C90 compliant by removing trailing comma.
This commit is contained in:
@@ -147,7 +147,7 @@ typedef enum {
|
||||
* If set, libgit2 was built with support for sub-second resolution in file
|
||||
* modification times.
|
||||
*/
|
||||
GIT_FEATURE_NSEC = (1 << 3),
|
||||
GIT_FEATURE_NSEC = (1 << 3)
|
||||
} git_feature_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user