summaryrefslogtreecommitdiff
path: root/include/git2/pathspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/pathspec.h')
-rw-r--r--include/git2/pathspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/pathspec.h b/include/git2/pathspec.h
index 329965789..acbd5cd1d 100644
--- a/include/git2/pathspec.h
+++ b/include/git2/pathspec.h
@@ -69,7 +69,7 @@ typedef enum {
* just test if there were any matches at all or in combination with
* GIT_PATHSPEC_FIND_FAILURES to validate a pathspec.
*/
- GIT_PATHSPEC_FAILURES_ONLY = (1u << 5),
+ GIT_PATHSPEC_FAILURES_ONLY = (1u << 5)
} git_pathspec_flag_t;
/**