diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index 0b19f4634..05504cd34 100644 --- a/src/commit.h +++ b/src/commit.h @@ -9,7 +9,7 @@ struct git_commit { git_oid id; time_t commit_time; unsigned parsed:1, - flags:26; + flags:26; }; #endif |