diff options
author | Ben Straub <bs@github.com> | 2012-11-30 20:35:01 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-11-30 20:35:01 -0800 |
commit | 7bcfbe16c59d6f3a47cfbfa65952623081c8f7de (patch) | |
tree | da5bcf0e3de00063ab9681944a6c056f1e9efa70 /include/git2/diff.h | |
parent | 0ab3a2ab2c39a99b7cb3c969fd7b896afcec4885 (diff) | |
download | libgit2-7bcfbe16c59d6f3a47cfbfa65952623081c8f7de.tar.gz |
Make constant name all-caps
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r-- | include/git2/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index 16a24b5f6..6732c30da 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -107,7 +107,7 @@ typedef enum { */ typedef struct { unsigned int version; /**< version for the struct */ - uint32_t flags; /**< defaults to git_diff_normal */ + uint32_t flags; /**< defaults to GIT_DIFF_NORMAL */ uint16_t context_lines; /**< defaults to 3 */ uint16_t interhunk_lines; /**< defaults to 0 */ char *old_prefix; /**< defaults to "a" */ |