summaryrefslogtreecommitdiff
path: root/src/patch_generate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch_generate.h')
-rw-r--r--src/patch_generate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch_generate.h b/src/patch_generate.h
index 20f78cbfa..0e09d27ca 100644
--- a/src/patch_generate.h
+++ b/src/patch_generate.h
@@ -21,7 +21,7 @@ enum {
GIT_PATCH_GENERATED_DIFFABLE = (1 << 3),
/* the difference between the two sides has been computed */
GIT_PATCH_GENERATED_DIFFED = (1 << 4),
- GIT_PATCH_GENERATED_FLATTENED = (1 << 5),
+ GIT_PATCH_GENERATED_FLATTENED = (1 << 5)
};
struct git_patch_generated {