diff options
| author | Skip Montanaro <[email protected]> | 2021-02-17 08:10:12 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-17 08:10:12 -0600 |
| commit | 4bcf2ce5b19781a88cad49fa9134756067c16cf3 (patch) | |
| tree | 889b66023d00badae5808d0d166f9e9ff7a23c78 /src/sc_interpr.c | |
| parent | e1c13c59f332411070a30de21527af6f80875238 (diff) | |
| parent | e114381c954cf96e231dafca0723c6e4ff18f3e5 (diff) | |
| download | python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.tar.xz python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.zip | |
Merge pull request #1 from Ringdingcoder/original
Restoring the original shar contents
Diffstat (limited to 'src/sc_interpr.c')
| -rw-r--r-- | src/sc_interpr.c | 3 |
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: |
