vendor/libgit2/include/git2/deprecated.h in rugged-1.3.2.3 vs vendor/libgit2/include/git2/deprecated.h in rugged-1.4.2

- old
+ new

@@ -311,10 +311,10 @@ typedef enum { /** Normal patch, the default */ GIT_DIFF_FORMAT_EMAIL_NONE = 0, /** Don't insert "[PATCH]" in the subject header*/ - GIT_DIFF_FORMAT_EMAIL_EXCLUDE_SUBJECT_PATCH_MARKER = (1 << 0), + GIT_DIFF_FORMAT_EMAIL_EXCLUDE_SUBJECT_PATCH_MARKER = (1 << 0) } git_diff_format_email_flags_t; /** * Options for controlling the formatting of the generated e-mail.