Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mm/maint-sort-config-doc' into mm/sort-config-doc
[gitweb.git]
/
hash-object.c
diff --git
a/hash-object.c
b/hash-object.c
index 20937ff94c1ce6ab7984d7b6b1903307e303eb60..846e91a23126b747fbea8d9a8511f708c3d70e43 100644
(file)
--- a/
hash-object.c
+++ b/
hash-object.c
@@
-110,7
+110,7
@@
int main(int argc, const char **argv)
}
if (errstr) {
- error
(
errstr);
+ error
("%s",
errstr);
usage_with_options(hash_object_usage, hash_object_options);
}