diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-01-18 14:11:01 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-01-18 14:14:38 +0000 |
| commit | b59c71d8a48c2d70e05f82c3a87b49e0b99db810 (patch) | |
| tree | 8a457d278f99706a0a49d2addcfcbbd6a4977f9b /src/diff_file.h | |
| parent | df3063eafeff67b855b98068f8fdb3ecfd1daf65 (diff) | |
| download | libgit2-b59c71d8a48c2d70e05f82c3a87b49e0b99db810.tar.gz | |
iterator: update enum type name for consistency
libgit2 does not use `type_t` suffixes as it's redundant; thus, rename
`git_iterator_type_t` to `git_iterator_t` for consistency.
Diffstat (limited to 'src/diff_file.h')
| -rw-r--r-- | src/diff_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_file.h b/src/diff_file.h index 9354912be..8d743e821 100644 --- a/src/diff_file.h +++ b/src/diff_file.h @@ -21,7 +21,7 @@ typedef struct { uint32_t flags; uint32_t opts_flags; git_object_size_t opts_max_size; - git_iterator_type_t src; + git_iterator_t src; const git_blob *blob; git_map map; } git_diff_file_content; |
