mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove trailing comma in an enum.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f795f4529d
commit
87b94e08d7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ enum para_name {
|
|||
pHANDLE,
|
||||
pKEYSERVER,
|
||||
pKEYGRIP,
|
||||
pSUBKEYGRIP,
|
||||
pSUBKEYGRIP
|
||||
};
|
||||
|
||||
struct para_data_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue