mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Apply suggestion from @ethomson
This commit is contained in:
@@ -477,7 +477,7 @@ typedef struct {
|
||||
* `git_diff_options_init` programmatic initialization.
|
||||
*/
|
||||
#define GIT_DIFF_OPTIONS_INIT \
|
||||
{GIT_DIFF_OPTIONS_VERSION, 0, GIT_SUBMODULE_IGNORE_UNSPECIFIED, {NULL,0}, NULL, NULL, NULL, 3, 0, (git_oid_t)0, 0, 0, 0, 0}
|
||||
{GIT_DIFF_OPTIONS_VERSION, 0, GIT_SUBMODULE_IGNORE_UNSPECIFIED, {NULL,0}, NULL, NULL, NULL, 3, 0, (git_oid_t)0, 0, 0, NULL, NULL}
|
||||
|
||||
/**
|
||||
* Initialize git_diff_options structure
|
||||
|
||||
Reference in New Issue
Block a user