]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't use comma after last enum listing 253/head
authorRose <83477269+AtariDreams@users.noreply.github.com>
Fri, 17 Sep 2021 14:33:06 +0000 (10:33 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 14:33:06 +0000 (10:33 -0400)
cups/http.h

index 8d3ad22f5093d32202c6577f33f3f9f11db28305..57dd2ebcfb361ee601bffe110715674a231de74b 100644 (file)
@@ -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@ ****/