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:
@@ -49,7 +49,7 @@ typedef enum {
|
||||
* order; this sorting mode can be combined with
|
||||
* any of the above.
|
||||
*/
|
||||
GIT_SORT_REVERSE = 1 << 2,
|
||||
GIT_SORT_REVERSE = 1 << 2
|
||||
} git_sort_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user