summaryrefslogtreecommitdiff
path: root/include/git2/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/diff.h')
-rw-r--r--include/git2/diff.h2
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" */