summaryrefslogtreecommitdiff
path: root/src/annotated_commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/annotated_commit.h')
-rw-r--r--src/annotated_commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/annotated_commit.h b/src/annotated_commit.h
index b390066b2..444a2ed10 100644
--- a/src/annotated_commit.h
+++ b/src/annotated_commit.h
@@ -15,7 +15,7 @@
typedef enum {
GIT_ANNOTATED_COMMIT_REAL = 1,
- GIT_ANNOTATED_COMMIT_VIRTUAL = 2,
+ GIT_ANNOTATED_COMMIT_VIRTUAL = 2
} git_annotated_commit_t;
/**