gpg: Remove trailing comma in an enum.

--

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2017-11-01 18:14:26 +01:00
parent f795f4529d
commit 87b94e08d7
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ enum para_name {
pHANDLE,
pKEYSERVER,
pKEYGRIP,
pSUBKEYGRIP,
pSUBKEYGRIP
};
struct para_data_s {