]> code.delx.au - gnu-emacs/blobdiff - src/w32xfns.c
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
[gnu-emacs] / src / w32xfns.c
index 8fee42dae4860e1d95dd38509abc99999e055d11..4cbd812ec0f239cb7b9637814aaa8528a2e82946 100644 (file)
@@ -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);