X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=walker.c;h=e57630e983488e5c0222dc47a5e32d6efb184762;hb=763481787174adfcc247d6044bea330edcb2cc24;hp=679adab6a0fccef460acaf90b116b8c6cb9bd460;hpb=90b23e5f21e101f14da60375e4bda265a677e209;p=git.git diff --git a/walker.c b/walker.c index 679adab6a..e57630e98 100644 --- a/walker.c +++ b/walker.c @@ -18,7 +18,7 @@ void walker_say(struct walker *walker, const char *fmt, const char *hex) static void report_missing(const struct object *obj) { char missing_hex[41]; - strcpy(missing_hex, sha1_to_hex(obj->sha1));; + strcpy(missing_hex, sha1_to_hex(obj->sha1)); fprintf(stderr, "Cannot obtain needed %s %s\n", obj->type ? typename(obj->type): "object", missing_hex); if (!is_null_sha1(current_commit_sha1))