X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/72af86bd8cf1812d1fcc8924c4093d692040a664..6ce950f336909aa19d6c5ea6f3e1910b247f3d38:/src/w32xfns.c diff --git a/src/w32xfns.c b/src/w32xfns.c index 8fee42dae4..4cbd812ec0 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -408,7 +408,6 @@ XParseGeometry (char *string, return (0); strind = nextCharacter; mask |= YNegative; - } else { @@ -422,7 +421,7 @@ XParseGeometry (char *string, } } - /* 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);