]> granicus.if.org Git - python/commitdiff
#5889: remove comma at the end of a list that some C compilers don't like.
authorGeorg Brandl <georg@python.org>
Fri, 1 May 2009 08:51:37 +0000 (08:51 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 1 May 2009 08:51:37 +0000 (08:51 +0000)
Objects/stringlib/string_format.h

index cc7c66fba14de074c011e5ada920d7dc6e0e8bdc..ce7c90967bfe3d03b2846efc8683562208f90aef 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
 typedef enum {
     ANS_INIT,
     ANS_AUTO,
-    ANS_MANUAL,
+    ANS_MANUAL
 } AutoNumberState;   /* Keep track if we're auto-numbering fields */
 
 /* Keeps track of our auto-numbering state, and which number field we're on */