diff options
Diffstat (limited to 'include/git2/status.h')
-rw-r--r-- | include/git2/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/status.h b/include/git2/status.h index 1211f1d9f..a898d1f34 100644 --- a/include/git2/status.h +++ b/include/git2/status.h @@ -165,7 +165,7 @@ typedef struct { } git_status_options; #define GIT_STATUS_OPTIONS_VERSION 1 -#define GIT_STATUS_OPTIONS_INIT {GIT_STATUS_OPTIONS_VERSION, 0} +#define GIT_STATUS_OPTIONS_INIT {GIT_STATUS_OPTIONS_VERSION} /** * Gather file status information and run callbacks as requested. |