]> the.earth.li Git - onak.git/commitdiff
Fix typo in keyindex.c
authorJonathan McDowell <noodles@earth.li>
Thu, 21 Oct 2004 15:32:50 +0000 (15:32 +0000)
committerJonathan McDowell <noodles@earth.li>
Thu, 21 Oct 2004 15:32:50 +0000 (15:32 +0000)
We had a , where it should have been a ;. Surprised this didn't bite
before.

keyindex.c

index 2e3d2c66f77b7f893df3ed74d71ecf0ec030c535..5eabd6141372929a7601902aa6a4e3239b9442b4 100644 (file)
@@ -220,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' :