summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-13 14:56:30 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-13 14:56:30 +0200
commit6f5f665dd72b2ec780e92f8041537219baf1f7e1 (patch)
tree9ea81b319885adecf9f501eba368cd0419705619
parent0fc554cf8dba9864306f4ee323b1ccd21560d089 (diff)
downloadgnutls-6f5f665dd72b2ec780e92f8041537219baf1f7e1.tar.gz
Drop final comma in enum.
Reported in <https://savannah.gnu.org/support/?106453>.
-rw-r--r--includes/gnutls/gnutls.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 8078fdb337..75f58a355a 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -299,7 +299,7 @@ extern "C"
{
GNUTLS_CRT_PRINT_FULL,
GNUTLS_CRT_PRINT_ONELINE,
- GNUTLS_CRT_PRINT_UNSIGNED_FULL,
+ GNUTLS_CRT_PRINT_UNSIGNED_FULL
} gnutls_certificate_print_formats_t;
typedef enum