summaryrefslogtreecommitdiff
path: root/include/git2/revparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/revparse.h')
-rw-r--r--include/git2/revparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revparse.h b/include/git2/revparse.h
index e14ddee96..51ea2dc13 100644
--- a/include/git2/revparse.h
+++ b/include/git2/revparse.h
@@ -74,7 +74,7 @@ typedef enum {
/** The spec targeted a range of commits. */
GIT_REVSPEC_RANGE = 1 << 1,
/** The spec used the '...' operator, which invokes special semantics. */
- GIT_REVSPEC_MERGE_BASE = 1 << 2,
+ GIT_REVSPEC_MERGE_BASE = 1 << 2
} git_revspec_t;
/**