diff options
Diffstat (limited to 'src/diff.h')
| -rw-r--r-- | src/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h index 4b0339809..2cc35e65b 100644 --- a/src/diff.h +++ b/src/diff.h @@ -26,7 +26,7 @@ typedef enum { GIT_DIFF_TYPE_UNKNOWN = 0, GIT_DIFF_TYPE_GENERATED = 1, - GIT_DIFF_TYPE_PARSED = 2, + GIT_DIFF_TYPE_PARSED = 2 } git_diff_origin_t; struct git_diff { |
