diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-10 19:51:15 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-12-10 19:51:15 +0100 |
commit | 3f77fb211d696b8d768fdd1f0a015cde3faa6cfe (patch) | |
tree | 642174cf14fd9f008cf826604489d556a9aa9489 /urmoms.c | |
parent | d77d972007d6f996ab4667b9dbbd1e241304c61e (diff) |
fix warning
Diffstat (limited to 'urmoms.c')
-rw-r--r-- | urmoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ writeatom(FILE *fp) } int -writeblob(git_index_entry *entry) +writeblob(const git_index_entry *entry) { char fpath[PATH_MAX]; char ref[PATH_MAX]; |