Add pmccabe2html to MODULES.html.sh.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index c2624a3a46c01a0d4b55eeb1127a7688b0e42676..ef04cf4403b63a19af47bcdcb8918cce64f24e14 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ Date        Modules         Changes
                             will simply improve your code's portability
                             between POSIX platforms and Windows.  In
                             particular, you will be able to use ioctl and
-                            close instead of ioctlsocket and closesocket, 
+                            close instead of ioctlsocket and closesocket,
                             and test errno instead of WSAGetLastError ().
                             On the other hand, you have to audit your code to
                             remove usage of these Winsock-specific functions.