vendor/libgit2/src/pqueue.h in rugged-1.3.2.3 vs vendor/libgit2/src/pqueue.h in rugged-1.4.2
- old
+ new
@@ -13,10 +13,10 @@
typedef git_vector git_pqueue;
enum {
/* flag meaning: don't grow heap, keep highest values only */
- GIT_PQUEUE_FIXED_SIZE = (GIT_VECTOR_FLAG_MAX << 1),
+ GIT_PQUEUE_FIXED_SIZE = (GIT_VECTOR_FLAG_MAX << 1)
};
/**
* Initialize priority queue
*