Unverified Commit 50836140 by Edward Thomson Committed by GitHub

Merge pull request #5821 from punkymaniac/example-duplicate-line

Remove duplicate line, in example code
parents 4f4b1139 8f52b0c5
......@@ -158,11 +158,6 @@ static void oid_parsing(git_oid *oid)
* If you have a oid, you can easily get the hex value of the SHA as well.
*/
git_oid_fmt(out, oid);
/**
* If you have a oid, you can easily get the hex value of the SHA as well.
*/
git_oid_fmt(out, oid);
printf("SHA hex string: %s\n", out);
}
......
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