diff src/w32xfns.c @ 110994:734b2470f93c

src/w32*.c: Whitespace fixes and typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Oct 2010 14:25:35 +0200
parents 1d1d5d9bd884
children b8fde5ef9e14 376148b31b5e
line wrap: on
line diff
--- a/src/w32xfns.c	Thu Oct 14 13:24:38 2010 +0900
+++ b/src/w32xfns.c	Thu Oct 14 14:25:35 2010 +0200
@@ -216,7 +216,7 @@
                   if (!UnionRect (&(lpmsg->rect), &(lpmsg->rect),
                                   &(lpCur->w32msg.rect)))
                     {
-                      SetRectEmpty(&(lpmsg->rect));
+                      SetRectEmpty (&(lpmsg->rect));
                     }
 
                   myfree (lpCur);
@@ -414,7 +414,6 @@
 		return (0);
 	      strind = nextCharacter;
 	      mask |= YNegative;
-
 	    }
 	  else
 	    {
@@ -428,7 +427,7 @@
 	}
     }
 
-  /* If strind isn't at the end of the string the it's an invalid
+  /* If strind isn't at the end of the string then it's an invalid
      geometry specification. */
 
   if (*strind != '\0') return (0);