summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-09-06 10:08:14 +0200
committerVicent Marti <tanoku@gmail.com>2012-09-06 10:08:14 +0200
commit2e4a9ea9cf8cf12199ea17b0aab50219380b8311 (patch)
tree7bccb1732b38799a51e5e99fa1a8cc50839b0c7f /include/git2/errors.h
parent27730eefb9b0b4619006fd7d590bca54c0537090 (diff)
parent510f1bac6b94ce19459498ae78f87fc4f4552305 (diff)
downloadlibgit2-2e4a9ea9cf8cf12199ea17b0aab50219380b8311.tar.gz
Merge remote-tracking branch 'arrbee/diff-iterator' into development
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index b55f8c30..f6671c49 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -28,7 +28,7 @@ enum {
GIT_EUSER = -7,
GIT_PASSTHROUGH = -30,
- GIT_REVWALKOVER = -31,
+ GIT_ITEROVER = -31,
};
typedef struct {