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

index 01a0321dfa068a3396f479f1039e8bc83b949f74..45761a7ca599e8af6a50540984dfc38408b7e6a0 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@ ****/