Kaydet (Commit) ca87fa5a authored tarafından Georg Brandl's avatar Georg Brandl

#5889: remove comma at the end of a list that some C compilers don't like.

üst 4af40d21
...@@ -34,7 +34,7 @@ typedef struct { ...@@ -34,7 +34,7 @@ typedef struct {
typedef enum { typedef enum {
ANS_INIT, ANS_INIT,
ANS_AUTO, ANS_AUTO,
ANS_MANUAL, ANS_MANUAL
} AutoNumberState; /* Keep track if we're auto-numbering fields */ } AutoNumberState; /* Keep track if we're auto-numbering fields */
/* Keeps track of our auto-numbering state, and which number field we're on */ /* Keeps track of our auto-numbering state, and which number field we're on */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment