From 819aaba77e9b6b5340c9d7799d26e8347f0ac212 Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Fri, 17 Sep 2021 10:34:00 -0400 Subject: Don't use comma after last enum --- cups/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cups') diff --git a/cups/http.h b/cups/http.h index 01a0321df..45761a7ca 100644 --- a/cups/http.h +++ b/cups/http.h @@ -346,7 +346,7 @@ typedef enum http_trust_e /**** Level of trust for credentials @since CUPS 2.0/ HTTP_TRUST_CHANGED, /* Credentials have changed */ HTTP_TRUST_EXPIRED, /* Credentials are expired */ HTTP_TRUST_RENEWED, /* Credentials have been renewed */ - HTTP_TRUST_UNKNOWN, /* Credentials are unknown/new */ + HTTP_TRUST_UNKNOWN /* Credentials are unknown/new */ } http_trust_t; typedef enum http_uri_status_e /**** URI separation status @since CUPS 1.2@ ****/ -- cgit v1.2.1