From 657e470f26ab08f45e6c1c5777892cc41c02472e Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Fri, 17 Sep 2021 10:33:06 -0400 Subject: [PATCH] Don't use comma after last enum listing --- cups/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups/http.h b/cups/http.h index 8d3ad22f50..57dd2ebcfb 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@ ****/ -- 2.47.2