aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_interpr.c')
-rw-r--r--src/sc_interpr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sc_interpr.c b/src/sc_interpr.c
index 6fec0e8..b2503bd 100644
--- a/src/sc_interpr.c
+++ b/src/sc_interpr.c
@@ -1250,8 +1250,7 @@ struct sc_ProcessBlock sc_pb;
break;
case TListSlt:
-
- ret = xTListSlt(operand, &sc_pb);
+ ret = xTListSlt(operand, &sc_pb);
break;
case LoopPut: