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

Remove two instances of trailing commas. Resolves patch #1209781.

üst fe4b34cc
......@@ -971,7 +971,7 @@ typedef enum {
OFFSET_NAIVE,
/* time or datetime where utcoffset() doesn't return None */
OFFSET_AWARE,
OFFSET_AWARE
} naivety;
/* Classify an object as to whether it's naive or offset-aware. See
......
......@@ -43,7 +43,7 @@ enum XML_Status {
#define XML_STATUS_ERROR XML_STATUS_ERROR
XML_STATUS_OK = 1,
#define XML_STATUS_OK XML_STATUS_OK
XML_STATUS_SUSPENDED = 2,
XML_STATUS_SUSPENDED = 2
#define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
};
......
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