summaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector.h b/src/vector.h
index 3dcec3d13..ae3c79a4c 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -13,7 +13,7 @@ typedef int (*git_vector_cmp)(const void *, const void *);
enum {
GIT_VECTOR_SORTED = (1u << 0),
- GIT_VECTOR_FLAG_MAX = (1u << 1),
+ GIT_VECTOR_FLAG_MAX = (1u << 1)
};
typedef struct git_vector {