1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00

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

View File

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