Commit 25fa3ae3 by Vicent Martí

Merge pull request #1157 from rick/trivial-comment-fix

Trivial comment fix
parents 957a3e36 ed4e887d
......@@ -166,7 +166,7 @@ static int loose_parse_oid(git_oid *oid, git_buf *file_content)
/* str is guranteed to be zero-terminated */
str = git_buf_cstr(file_content);
/* If the file is longer than 40 chars, the 41st must be a space */
/* we need to get 40 OID characters from the file */
if (git_oid_fromstr(oid, git_buf_cstr(file_content)) < 0)
goto corrupted;
......
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