From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Fri, 17 Sep 2021 14:33:06 +0000 (-0400) Subject: Don't use comma after last enum listing X-Git-Tag: v2.4b1~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F253%2Fhead;p=thirdparty%2Fcups.git Don't use comma after last enum listing --- 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@ ****/