Skip to content

Commit ca87fa5

Browse files
committed
#5889: remove comma at the end of a list that some C compilers don't like.
1 parent 4af40d2 commit ca87fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/stringlib/string_format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef struct {
3434
typedef enum {
3535
ANS_INIT,
3636
ANS_AUTO,
37-
ANS_MANUAL,
37+
ANS_MANUAL
3838
} AutoNumberState; /* Keep track if we're auto-numbering fields */
3939

4040
/* Keeps track of our auto-numbering state, and which number field we're on */

0 commit comments

Comments
 (0)