]> the.earth.li Git - onak.git/blobdiff - keyindex.c
Fix typo in keyindex.c
[onak.git] / keyindex.c
index 9210cc8cfc535e69a3cdc02cb52471ff13fecfbe..5eabd6141372929a7601902aa6a4e3239b9442b4 100644 (file)
@@ -4,11 +4,8 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2002 Project Purple
- *
- * $Id: keyindex.c,v 1.15 2004/05/27 01:25:37 noodles Exp $
  */
 
-#include <assert.h>
 #include <inttypes.h>
 #include <stdbool.h>
 #include <stdio.h>
@@ -223,7 +220,7 @@ int key_index(struct openpgp_publickey *keys, bool verbose, bool fingerprint,
                                keys->publickey->data[0]);
                }
                
-               keyid = (get_keyid(keys) & 0xFFFFFFFF),
+               keyid = (get_keyid(keys) & 0xFFFFFFFF);
                printf("pub  %5d%c/%08X %04d/%02d/%02d ",
                        length,
                        (type == 1) ? 'R' : ((type == 16) ? 'g' :