SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro
diff --git a/Misc/NEWS b/Misc/NEWS
index 069b714..898f002 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 C API
 -----
 
+- Bug #1542693: remove semi-colon at end of PyImport_ImportModuleEx macro
+  so it can be used as an expression.
+
 
 Mac
 ---
@@ -211,10 +214,6 @@
   is always 1 (normal) or 0 (if the specified thread wasn't found).
 
 
-Mac
----
-
-
 What's New in Python 2.5 beta 3?
 ================================