summaryrefslogtreecommitdiff
path: root/cmd_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_sha1.c')
-rw-r--r--cmd_sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_sha1.c b/cmd_sha1.c
index 08b2527..4472ed1 100644
--- a/cmd_sha1.c
+++ b/cmd_sha1.c
@@ -33,7 +33,7 @@ void *cmd_sha1(void *data)
hex_result[40]=0x0;
- snprintf(buf, buf_size, "SHA1 %s\n",hex_result);
+ snprintf(buf, buf_size, "sha1 %s\n",hex_result);
ret = alloc_new_str(buf);