X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/8e58a1769ce5e492dd68904dfc81b6e077fc2a3a..656bb5c3981ae175698ff8782c7ec39e1f6451d1:/keyindex.c?ds=sidebyside diff --git a/keyindex.c b/keyindex.c index dfa0d44..a1bbe2e 100644 --- a/keyindex.c +++ b/keyindex.c @@ -237,7 +237,7 @@ int key_index(struct openpgp_publickey *keys, bool verbose, bool fingerprint, if (html) { puts("
"); } - puts("Type bits/keyID Date User ID"); + puts("Type bits/keyID Date User ID"); while (keys != NULL) { created_time = (keys->publickey->data[1] << 24) + (keys->publickey->data[2] << 16) +