From 7635a1188a963f2fd7136a957ab9ab65baeff866 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 17 Oct 2012 14:06:32 -0700 Subject: Fix example compilation --- examples/network/index-pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/network/index-pack.c') diff --git a/examples/network/index-pack.c b/examples/network/index-pack.c index 85aac4aff..69338b37f 100644 --- a/examples/network/index-pack.c +++ b/examples/network/index-pack.c @@ -33,7 +33,7 @@ int index_pack(git_repository *repo, int argc, char **argv) return EXIT_FAILURE; } - if (git_indexer_stream_new(&idx, ".") < 0) { + if (git_indexer_stream_new(&idx, ".", NULL, NULL) < 0) { puts("bad idx"); return -1; } -- cgit v1.2.1