diff options
Diffstat (limited to 'hash-object.c')
-rw-r--r-- | hash-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash-object.c b/hash-object.c index 20937ff94c..846e91a231 100644 --- 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); } |