From 6f5f665dd72b2ec780e92f8041537219baf1f7e1 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 13 Aug 2008 14:56:30 +0200 Subject: Drop final comma in enum. Reported in . --- includes/gnutls/gnutls.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 -- cgit v1.2.1