summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/scans.c
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/scans.c')
-rw-r--r--kpat/freecell-solver/scans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/scans.c b/kpat/freecell-solver/scans.c
index a4368873..23279275 100644
--- a/kpat/freecell-solver/scans.c
+++ b/kpat/freecell-solver/scans.c
@@ -945,7 +945,7 @@ int freecell_solver_a_star_or_bfs_do_solve_or_resume(
);
int scans_synergy = instance->scans_synergy;
fcs_states_linked_list_item_t * bfs_queue = soft_thread->bfs_queue;
- PTQUEUE * a_star_pqueue = soft_thread->a_star_pqueue;
+ PQUEUE * a_star_pqueue = soft_thread->a_star_pqueue;
fcs_states_linked_list_item_t * bfs_queue_last_item = soft_thread->bfs_queue_last_item;
derived.num_states = 0;