Commit 65c23e9c by Edward Thomson

delta: use GIT_ASSERT

parent 00974bca
......@@ -256,7 +256,7 @@ void git_delta_index_free(git_delta_index *index)
size_t git_delta_index_size(git_delta_index *index)
{
assert(index);
GIT_ASSERT_ARG(index);
return index->memsize;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment