]> git.proxmox.com Git - libgit2.git/commit
examples/general: fix git_commit_create_v() arguments type
authorKirill A. Shutemov <kirill@shutemov.name>
Tue, 5 Jul 2011 08:43:21 +0000 (11:43 +0300)
committerKirill A. Shutemov <kirill@shutemov.name>
Tue, 5 Jul 2011 11:20:10 +0000 (14:20 +0300)
commit51cc50a37d1dbff2f877012073c13f6d24308bfe
treebc775bf069a1133a839619f713805b041309a595
parent7d69f78897fc079a58059d9a84ab5928161d78cb
examples/general: fix git_commit_create_v() arguments type

general.c:208: warning: passing argument 7 of 'git_commit_create_v' from incompatible pointer type

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
examples/general.c