summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/intrface.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/intrface.c
parent7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (diff)
downloadtdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.tar.gz
tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kpat/freecell-solver/intrface.c')
-rw-r--r--kpat/freecell-solver/intrface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/intrface.c b/kpat/freecell-solver/intrface.c
index 9fb09840..6551652b 100644
--- a/kpat/freecell-solver/intrface.c
+++ b/kpat/freecell-solver/intrface.c
@@ -214,7 +214,7 @@ static freecell_solver_soft_thread_t * alloc_soft_thread(
freecell_solver_initialize_bfs_queue(soft_thread);
/* Initialize the priotity queue of the A* scan */
- soft_thread->a_star_pqueue = malloc(sizeof(PTQUEUE));
+ soft_thread->a_star_pqueue = malloc(sizeof(PQUEUE));
freecell_solver_PQueueInitialise(
soft_thread->a_star_pqueue,
1024