summaryrefslogtreecommitdiff
path: root/colm/pdarun.c
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdarun.c')
-rw-r--r--colm/pdarun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdarun.c b/colm/pdarun.c
index 8362e14d..d116a70d 100644
--- a/colm/pdarun.c
+++ b/colm/pdarun.c
@@ -274,7 +274,7 @@ static void sendBackText( FsmRun *fsmRun, StreamImpl *is, const char *data, long
debug( REALM_PARSE, "sending back text: %.*s\n",
(int)length, data );
- is->funcs->undoConsumeData( fsmRun, is, data, length );
+ is->funcs->undoConsumeData( is, data, length );
undoPosition( is, data, length );
}