]> andersk Git - openssh.git/blobdiff - key.c
- deraadt@cvs.openbsd.org 2006/03/20 17:13:16
[openssh.git] / key.c
diff --git a/key.c b/key.c
index 96619fe60e2d59e5d576dcd57476cda27ea00c16..d6dd3abea5b9bbdff0b51e20207232555d76b9b4 100644 (file)
--- a/key.c
+++ b/key.c
@@ -123,7 +123,7 @@ void
 key_free(Key *k)
 {
        if (k == NULL)
-               fatal("key_free: key is NULL);
+               fatal("key_free: key is NULL");
        switch (k->type) {
        case KEY_RSA1:
        case KEY_RSA:
This page took 0.03076 seconds and 4 git commands to generate.