summaryrefslogtreecommitdiff
path: root/src/commit_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit_list.h')
-rw-r--r--src/commit_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commit_list.h b/src/commit_list.h
index a7551a2bc..6a65f8a76 100644
--- a/src/commit_list.h
+++ b/src/commit_list.h
@@ -33,8 +33,8 @@ typedef struct git_commit_list_node {
added:1,
flags : FLAG_BITS;
- unsigned short in_degree;
- unsigned short out_degree;
+ uint16_t in_degree;
+ uint16_t out_degree;
struct git_commit_list_node **parents;
} git_commit_list_node;