summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2021-09-17 10:41:14 -0400
committerGitHub <noreply@github.com>2021-09-17 10:41:14 -0400
commit9d1ae730e0e7d73109dc987bcd1482425998e127 (patch)
treef88fdd84fdfb519eda78141f04735afd49e234c1
parent8cff6e8d90782ac2799c678141cd338027888a39 (diff)
parent819aaba77e9b6b5340c9d7799d26e8347f0ac212 (diff)
downloadcups-9d1ae730e0e7d73109dc987bcd1482425998e127.tar.gz
Merge pull request #5964 from AtariDreams/patch-1
Don't use comma after last enum
-rw-r--r--cups/http.h2
1 files changed, 1 insertions, 1 deletions
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@ ****/