Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-20 19:26:16 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-20 19:26:16 +0300
commit8aaf07c7a2029da9a87e5a751b75568e129e510c (patch)
tree07fadb2e3bf7d63a81a3651dc8a5ed67dd31477d
parent0a5f931a43595e099bca6a2fa11bb8ae55e02bd2 (diff)
fix typo
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 1debb93c3..668fb46ea 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -1064,7 +1064,7 @@ av::fixup (const char *prog_arg, path_conv& real_path, const char *ext)
return 0;
if (!*ext && ((p = ext - 4) > (char *) real_path)
&& (strcasematch (p, ".bat") || strcasematch (p, ".cmd")
- || strcasematch (p, ".btm"))
+ || strcasematch (p, ".btm")))
return 0;
while (1)
{