summaryrefslogtreecommitdiff
path: root/include/git2/email.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/email.h')
-rw-r--r--include/git2/email.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/email.h b/include/git2/email.h
index b56be5d0e..20393653e 100644
--- a/include/git2/email.h
+++ b/include/git2/email.h
@@ -34,7 +34,7 @@ typedef enum {
GIT_EMAIL_CREATE_ALWAYS_NUMBER = (1u << 1),
/** Do not perform rename or similarity detection. */
- GIT_EMAIL_CREATE_NO_RENAMES = (1u << 2),
+ GIT_EMAIL_CREATE_NO_RENAMES = (1u << 2)
} git_email_create_flags_t;
/**