diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-10-14 14:25:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-10-14 14:25:35 +0200 |
commit | 9d4f32e88a1b642070f0adb41df04a0846c31970 (patch) | |
tree | cff0fcdf72b79fb162729dc607933296b65d63b1 /src/w32xfns.c | |
parent | 9650fc61909f4b0b142770b269d1905a41aa672d (diff) | |
download | emacs-9d4f32e88a1b642070f0adb41df04a0846c31970.tar.gz |
src/w32*.c: Whitespace fixes and typos.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r-- | src/w32xfns.c | 5 |
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); |