Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb526ac

Browse files
committed
Merged revisions 72159 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r72159 | georg.brandl | 2009-05-01 10:51:37 +0200 (Fr, 01 Mai 2009) | 2 lines #5889: remove comma at the end of a list that some C compilers don't like. ........
1 parent 4947606 commit fb526ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)