summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/main.c
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 00:18:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 00:18:24 -0500
commit1f0b774c59ea917f069fc5be95124afd89a8dd4c (patch)
tree73397bbe8e3f696c1ec3e120bcb72485ec97accd /kpat/freecell-solver/main.c
parent7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (diff)
downloadtdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.tar.gz
tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kpat/freecell-solver/main.c')
-rw-r--r--kpat/freecell-solver/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/freecell-solver/main.c b/kpat/freecell-solver/main.c
index 4a47f300..d16468c4 100644
--- a/kpat/freecell-solver/main.c
+++ b/kpat/freecell-solver/main.c
@@ -658,12 +658,12 @@ int main(int argc, char * argv[])
if ((arg == argc) || (!strcmp(argv[arg], "-")))
{
file = stdin;
- if (!getenv("FREECELL_SOLVER_TQUIET"))
+ if (!getenv("FREECELL_SOLVER_QUIET"))
{
fprintf(stderr, "%s",
"Reading the board from the standard input.\n"
"Type \"fc-solve --help\" for more usage information.\n"
- "To cancel this message set the FREECELL_SOLVER_TQUIET environment variable.\n"
+ "To cancel this message set the FREECELL_SOLVER_QUIET environment variable.\n"
);
}
}