diff options
Diffstat (limited to 'include/git2/net.h')
-rw-r--r-- | include/git2/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/net.h b/include/git2/net.h index 869309f9..67e8a44e 100644 --- a/include/git2/net.h +++ b/include/git2/net.h @@ -27,7 +27,7 @@ struct git_remote_head { struct git_headarray { unsigned int len; - struct git_remote_head *heads; + struct git_remote_head **heads; }; #endif |