summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRose <83477269+AtariDreams@users.noreply.github.com>2021-09-17 10:34:00 -0400
committerGitHub <noreply@github.com>2021-09-17 10:34:00 -0400
commit819aaba77e9b6b5340c9d7799d26e8347f0ac212 (patch)
treef88fdd84fdfb519eda78141f04735afd49e234c1
parent8cff6e8d90782ac2799c678141cd338027888a39 (diff)
downloadcups-819aaba77e9b6b5340c9d7799d26e8347f0ac212.tar.gz
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@ ****/