summaryrefslogtreecommitdiff
path: root/cl-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'cl-parser.c')
-rw-r--r--cl-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-parser.c b/cl-parser.c
index 83863c5..31e1c74 100644
--- a/cl-parser.c
+++ b/cl-parser.c
@@ -139,7 +139,7 @@ fhp_cl_parser_done(
return p->err;
// set state
- p->state = FHP_TE_STATE_DONE;
+ p->state = FHP_CL_STATE_DONE;
// save number of tes
if (ret_val)