]> granicus.if.org Git - python/commitdiff
Remove two instances of trailing commas. Resolves patch #1209781.
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 15:28:47 +0000 (15:28 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 15:28:47 +0000 (15:28 +0000)
Modules/datetimemodule.c
Modules/expat/expat.h

index 5c0f2201dcaef3ebde06f198a929c4b48b814baf..cb7b588a04f919a59d9d848245e9eae9e3b6f1bf 100644 (file)
@@ -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
index cb07c1c92e8b522eef5173caf56a10d3bb617c37..ecba92e3d2aeb0c059606cc4dd9cafa7113c9a86 100644 (file)
@@ -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
 };