diff os2/dw.c @ 1818:09a7202edb53

Fixed a small typo in the OS/2 code and update the readme for 2.5.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 15 Oct 2012 01:45:36 +0000
parents e827394a7f20
children 213420512084
line wrap: on
line diff
--- a/os2/dw.c	Mon Oct 15 01:18:38 2012 +0000
+++ b/os2/dw.c	Mon Oct 15 01:45:36 2012 +0000
@@ -8201,7 +8201,8 @@
    RECTL rect;
    WinQueryWindowRect(handle, &rect);
    WinInvalidateRect(handle, &rect, TRUE);
-   return retval;}
+   return retval;
+}
 
 /*
  * Remove a page from a notebook.