summaryrefslogtreecommitdiff
path: root/colm/ctinput.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/ctinput.cc')
-rw-r--r--colm/ctinput.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/ctinput.cc b/colm/ctinput.cc
index 2adf2a94..bca2080a 100644
--- a/colm/ctinput.cc
+++ b/colm/ctinput.cc
@@ -459,7 +459,7 @@ int repl_undo_consume_data( struct colm_program *prg, struct input_impl_ct *ss,
/* Okay to go up to the front of the buffer. */
if ( length > avail ) {
- ss->cons_item= ss->cons_item->prev;
+ ss->cons_item = ss->cons_item->prev;
ss->offset = ss->cons_item->data.length();
length -= avail;
}