projects
/
onak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
01c3410
)
Fix typo in keyindex.c
author
Jonathan McDowell
<noodles@earth.li>
Thu, 21 Oct 2004 15:32:50 +0000
(15:32 +0000)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/keyindex.c
b/keyindex.c
index 2e3d2c66f77b7f893df3ed74d71ecf0ec030c535..5eabd6141372929a7601902aa6a4e3239b9442b4 100644
(file)
--- a/
keyindex.c
+++ b/
keyindex.c
@@
-220,7
+220,7
@@
int key_index(struct openpgp_publickey *keys, bool verbose, bool fingerprint,
keys->publickey->data[0]);
}
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' :
printf("pub %5d%c/%08X %04d/%02d/%02d ",
length,
(type == 1) ? 'R' : ((type == 16) ? 'g' :