diff options
Diffstat (limited to 'kpat/freecell-solver/fcs.h')
-rw-r--r-- | kpat/freecell-solver/fcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/fcs.h b/kpat/freecell-solver/fcs.h index 6bca557f..b865a3f0 100644 --- a/kpat/freecell-solver/fcs.h +++ b/kpat/freecell-solver/fcs.h @@ -190,7 +190,7 @@ typedef struct freecell_solver_instance int depth, void * instance, fcs_state_with_locations_t * state, - int tqparent_iter_num + int parent_iter_num ); void * debug_iter_output_context; |