Skip to content

Commit

Permalink
Don't use comma after last enum
Browse files Browse the repository at this point in the history
  • Loading branch information
AtariDreams committed Sep 17, 2021
1 parent 8cff6e8 commit 819aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cups/http.h
Expand Up @@ -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@ ****/
Expand Down

0 comments on commit 819aaba

Please sign in to comment.