summaryrefslogtreecommitdiff
path: root/src/w32xfns.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-14 14:25:35 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-14 14:25:35 +0200
commit9d4f32e88a1b642070f0adb41df04a0846c31970 (patch)
treecff0fcdf72b79fb162729dc607933296b65d63b1 /src/w32xfns.c
parent9650fc61909f4b0b142770b269d1905a41aa672d (diff)
downloademacs-9d4f32e88a1b642070f0adb41df04a0846c31970.tar.gz
src/w32*.c: Whitespace fixes and typos.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r--src/w32xfns.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c
index d77eb6b68ea..7e2a3704dff 100644
--- a/src/w32xfns.c
+++ b/src/w32xfns.c
@@ -216,7 +216,7 @@ get_next_msg (lpmsg, bWait)
if (!UnionRect (&(lpmsg->rect), &(lpmsg->rect),
&(lpCur->w32msg.rect)))
{
- SetRectEmpty(&(lpmsg->rect));
+ SetRectEmpty (&(lpmsg->rect));
}
myfree (lpCur);
@@ -414,7 +414,6 @@ XParseGeometry (string, x, y, width, height)
return (0);
strind = nextCharacter;
mask |= YNegative;
-
}
else
{
@@ -428,7 +427,7 @@ XParseGeometry (string, x, y, width, height)
}
}
- /* 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);